Hi there,
I have created a custom form and it works fine.
The only problem is that the query field does not re-populate based on the previous search.
Here's my field -
How can I get the query field to populate with the previous search?
Do I need to add anything to the 'value' attribute of the field?
I have created a custom form and it works fine.
The only problem is that the query field does not re-populate based on the previous search.
Here's my field -
Code:
<input id="query" name="zoom_query" value="" class="zoom_searchbox" type="text">
Do I need to add anything to the 'value' attribute of the field?
Comment