This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Once you made "$tt->name", how I can use it as shortcode?

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?

#18538
djmhimdjmhim
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.

Eg,
http://istudy.mu/?s=testsearch&asp_active=1&p_asid=2&p_asp_data=Y3VycmVudF9wYWdlX2lkPTEzJnF0cmFuc2xhdGVfbGFuZz0wJmFzcF9nZW4lNUIlNUQ9ZXhhY3QmYXNwX2dlbiU1QiU1RD10aXRsZSZjdXN0b21zZXQlNUIlNUQ9Y291cnNlJnRlcm1zZXQlNUJ3cF9jY190YXhfY291bnRyeSU1RCU1QiU1RD05OQ==

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.