Help with Search Form

3 posts by 2 authors in: Forums > CMS Builder
Last Post: August 8, 2017   (RSS)

By dlsweb - August 3, 2017

I'd appreciate some help with making this search form work
Tks, Larry

<form method="POST" action="/vendors.php">
Choose State to Search &nbsp;
<select name="state1">
<option value="AL">Alabama</option>
<option value="AK">Alaska</option>
<option value="AZ">Arizona</option>
</select>
<br><br>
Choose Type of Festival:<br>
<input type=checkbox name="type_vendor" value="FandB"> Food and Beverage<br>
<input type=checkbox name="type_vendor" value="Product"> Arts, Crafts, Product<br>
<input type=checkbox name="type_vendor" value="Service"> Service Provider<br>
<input type=checkbox name="type_vendor" value="Attraction"> Attraction<br>
<br>

<input type="submit" name="submit" value="Search">
</form>

By dlsweb - August 4, 2017

The problem seemed to be that you should not have an underscore in a field name used in the search form.

Then it worked great