Hi, I am getting an error in my form. It appears to be in the spam filter, but the code is the same I have used before several times, just field values changed. the only new addition is the drop-down field.
Here is the code in the HTML page:
<form name="dform" action="email.php" method="post" onsubmit="return formCheck(this);">
<input type="hidden" value="[email protected]" name="email" />
<input type="hidden" value="Wedding Inquiry Submission" name="subject"/>
First Name:* <input type="text" name="first_name" style="width:320px; height:15px; overflow:hidden; background-color:#E6e6e6; size="10" />
<p></p>Last Name:* <input type="text" name="last_name" style="width:320px; height:15px; overflow:hidden; background-color:#E6e6e6;" size="10" />
<p></p>Phone:* <input type="text" name="phone" style="width:345px; height:15px; overflow:hidden; background-color:#E6e6e6;" />
<p></p>Email:* <input type="text" name="your_email" style="width:348px; height:15px; overflow:hidden; background-color:#E6e6e6;" size="10" />
<p></p>City:* <input type="text" name="city" style="width:250px; height:15px; overflow:hidden; background-color:#E6e6e6;" size="10" />
State:* <input type="text" name="state" style="width:52px; height:15px; overflow:hidden; background-color:#E6e6e6;" size="10" />
<p></p>Wedding Date:* <input type="text" name="wedding_date" style="width:301px; height:15px; overflow:hidden; background-color:#E6e6e6;" size="10" />
<p></p>Desired Destination:*
<select name="desired_destination">
<option value="puerta_vallarta" style="background-color:#E6e6e6;">Puerta Vallarta</option>
<option value="riviera_maya" style="background-color:#E6e6e6;">Riviera Maya</option>
<option value="san_miguel_allende" style="background-color:#E6e6e6;">San Miguel Allende</option>
</select>
<br /><img src="images/dream_wedding.png" alt="talk to us about your dream wedding" style="margin-top:2px; margin-bottom:2px" />
<br /><textarea name="dream_wedding" style="width:400px; height:50px; background-color:#E6e6e6; font-family:verdana, sans-serif; overflow:hidden;" size="10" /></textarea>
</p><p><div style="text-align:left"><input type="submit" value="submit" name="submit"/> *required fields</div>
</form>
And here is the email.php code
[php]
[/php]
The page is posted in a test environment at:
http://www.bellami-designboutique.com/rb/