my form is working fine.
but, whenever i use the word "mortgage" anywhere in the text input, the form will not send an email. but says "Your message has been successfully sent." actually did not.
http://sancarloscity.gov.ph/ycad/go2mod/index.php/apply-online
also in the back-end:
when i use "mortgage" as value, fieldname...
in form code/form HTML:
in email template:
but, whenever i use the word "mortgage" anywhere in the text input, the form will not send an email. but says "Your message has been successfully sent." actually did not.
http://sancarloscity.gov.ph/ycad/go2mod/index.php/apply-online
also in the back-end:
when i use "mortgage" as value, fieldname...
in form code/form HTML:
<strong>Mortgage Type:</strong><br>
<input type="checkbox" name="mtype[]" value="First Mortgge">
First Mortgage<br>
<input type="checkbox" name="mtype[]" value="Second Mortgge">
Second Mortgage
in email template:
Mortgge Type: {mtype}