Is it possible to submit an EE search from an external site? For example, the search form in the header of my EE site, when viewing the source, has the action set to ‘http://mysite.com/index.php’ with $_POST[‘keywords’] set to the search value and then some other hidden values that are in the form. I would like a page from an external site to have a search form that will search the EE site and redirect users there.
I tried putting a form on my 3rd party page with the action set to ‘http://mysite.com/index.php’ (same as EE form) and then I copied the other hidden variables. It worked the first time I tried it, but then after that when submitting the form I received this EE error: The action you have requested is invalid. It appears some of the hidden values have changed.
Is it possible to achieve what I’m trying to do? Thanks in advance for any help!