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

Reply To: Home Search using ?phrase= instead of ?s=

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Home Search using ?phrase= instead of ?s= Reply To: Home Search using ?phrase= instead of ?s=

#11163
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Laura,

Looking at your screenshot I can see there is problem there. The search shortcode is placed within the original FORM element, which causes invalid HTML, as the plugin outputs another form as well. So it’s almost correct, just comment out the opening and closing FORM tags above and below the search shortcode: http://i.imgur.com/gZKObq2.png

Unfortunately HTML markup does not allow multiple form elements embedded within each other.