Copy link to clipboard
Copied
I am having a really annoying problem with my single field search form. When I search for results I want it to load a page with a form with all the fields filled in.
I have this method working on another page.
The form is on member_search.php and the form field is name 'mid'. I have the form action set to member_search2.php which has the complete member profile form on it.
I have a recordet on member_search2.php with the filter is mid = form varriable mid and have all the fields dynamic.
But when I search it loads the member_search2.php with all fields blank.
Any help is wonderful!
Thanks,
Nicole
Copy link to clipboard
Copied
What is your form Method set to? If it's set to POST, form variable is correct, but if it's set to GET, you should use URL parameter as your filter.
Copy link to clipboard
Copied
It is set to POST.
Copy link to clipboard
Copied
I guess u should name the text field where u want to search it as 'mid' instead of that form.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more