Settings
You can control and personalize your Form using HTML easily. Simply use the Form's hidden Input Field with a Value:
The Full List of Settings you can setup in the Form's HTML using the hidden Input Field:
Settings
| Setting | Description |
|---|---|
prefix | The Prefix that defines the Field's name Attribute. Example: template-contactform |
subject | Form Response Email Subject. Example: New Response from Contact Form |
template | Form Response Style. Example: text or HTML (default) |
html_title | Title in the Form Response Email Template. Example: Form Response |
replyto | Use a Email Form Field's name Attribute to set a Reply To: Header in the Form Response Emails. Also used for Auto-Responders.Example: template-contactform-email |
autoresponder | Enables/Disables Form Auto-Responders. Example: true, False |
ar_subject | Auto-Responder Email Subject. Example: We've Received your Email |
ar_title | Title in the Auto-Responder Email Template. Example: Thanks for Contacting Us |
ar_message | Auto-Responder Message Body. Example: [ch_pre]<input type="hidden" name="ar_message" value="Hello {template-contactform-name},<br><br>Thanks for your Valuable Feed. Here is your Coupon Code: CANVAS30<br><br>You will receive 30% off your Purchase using this Coupon Code.<br><br>See you soon.<br><br>Thanks & Regards,<br><br>Company Team.">[/ch_pre] |
ar_footer | Auto-Responder Email Template's Footer. Example: Copyrights © 2019 Company Inc. |
force_recaptcha | Enables/Disables Forceful reCaptcha Validation. Example: true, false |
message[success] | Sets a Message that Form returns on Successful Submission |
message[error] | Sets a Message that Form returns on Error during Submission |
message[error_bot] | Sets a Message that Form returns on Bot Detection |
message[error_unexpected] | Sets a Message that Form returns on Unexpected Error. This could be a PHP Error. |
message[recaptcha_invalid] | Sets a Message that Form returns on Invalid/Expired reCaptcha Validation |
message[recaptcha_error] | Sets a Message that Form returns on Error in reCaptcha Submission |
