 
	
		
		
		
		
			
I am trying to make an input box and then let value in input box be processed in shortcode.
Then hoped to have value that is returned by shortcode show in p age.
Just don’t know how to get input value into the shortcode.
Any suggestions?
Hey CharlieTh,
Thank you for the inquiry.
We’re not entirely sure what you’re trying to do, but it looks like you want to process input from a form field and display the result on the page. You might want to check out the wp_ajax_* action hook.
— https://developer.wordpress.org/reference/hooks/wp_ajax_action/
These articles should also help.
— https://wp-kama.com/2257/ajax-in-wordpress
— https://medium.com/@alejandro-ao/how-to-do-ajax-in-wordpress-a826f9fde4d5
Let us know if you need more info.
Best regards,
Ismael
