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

SettingDescription
prefixThe Prefix that defines the Field's name Attribute.
Example: template-contactform
subjectForm Response Email Subject.
Example: New Response from Contact Form
templateForm Response Style.
Example: text or HTML (default)
html_titleTitle in the Form Response Email Template.
Example: Form Response
replytoUse 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
autoresponderEnables/Disables Form Auto-Responders.
Example: true, False
ar_subjectAuto-Responder Email Subject.
Example: We've Received your Email
ar_titleTitle in the Auto-Responder Email Template.
Example: Thanks for Contacting Us
ar_messageAuto-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_footerAuto-Responder Email Template's Footer.
Example: Copyrights &copy; 2019 Company Inc.
force_recaptchaEnables/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
Settings · Canvas Template Docs