Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Once you made "$tt->name", how I can use it as shortcode? › Reply To: Once you made "$tt->name", how I can use it as shortcode?
July 1, 2018 at 1:34 pm
#18538
Participant
I am having a form to submit front end post. (It’s shortode)
In form, I can use urlperm to auto fill the text field and can use shortcode also to auto fill.
In URL, it’s s=testsearch, which is filled in a text field auto in “Your field of interest”. I have put that “s” in urlparm.
I want that taxonomy to fill in “Where to study” textfield.
That one on the page, you used $tt->name. So where ever I want to print chosen country, I put , but how can use in form, this I am not getting.