[Plugin: Search Engine] New form html
-
Hi,
I’m an html/css developer playing around with your plugin. It would be great if you could upgrade the code for the search form. This is what I would suggest:
<form id=”search_engine_form” method=”post” action=”Javascript:;”>
<div class=”form_element_div”>
<label for=”search_engine_form_input”>Search</label>
<input type=”text” name=”s” id=”search_engine_form_input” value=”<?php echo htmlentities($query); ?>” /></div>
<button id=”search_engine_form_submit” type=”submit” value=”submit” name=”submit”>Search</button>
</form>This is more compliant and also allows for easier styling.
thanks,
Scott
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Search Engine] New form html’ is closed to new replies.