2 problems..
My contact form is working.. Occasionally.. If i sent 3 test emails, i might recieve 1 or 2.. never all 3. I receive the "Success message below"
http://charlottebachata.com/contactus.html
{ "alert": "success", "message": "We have successfully received your Message and will get Back to you as soon as possible." }
2nd problem.. It appears when I change the Vallue from "Wordpress" to "Perform" or some other string, i do not recieve ANY emails. Why would that be?
<select id="template-contactform-service" name="template-contactform-service" class="sm-form-control">
<option value="">-- Select One --</option>
<option value="Wordpress">Want to Perform</option>
<option value="PHP / MySQL">Want to Volunteer</option>
<option value="HTML5 / CSS3">Be a Vendor or Sponsor</option>
<option value="Graphic Design">Other Reason</option>
</select>
