This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| dev:webmaster:form_mail_template_captcha [2022/04/04 09:48] – created vikki | dev:webmaster:form_mail_template_captcha [2024/05/02 14:47] (current) – [Form Action] vikki | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| <FORM action=" | <FORM action=" | ||
| </ | </ | ||
| + | |||
| + | <fc # | ||
| + | The form action URL link can be different for different domains. Please consult [[mailto: | ||
| + | |||
| ----------- | ----------- | ||
| ===== Fields ===== | ===== Fields ===== | ||
| - | Press refer to this page for all supported | + | |
| + | ^Field Name^Description^ | ||
| + | |_formFrom|Show in the FROM: section of the email| | ||
| + | |_formSubject|Subject of email: The date & time stamp [datetime] will be replaced with the form submission date and time. [formRef] is a unique number genereted for the email, good for tracking use| | ||
| + | |_formTo|Email for this form to send to. You can turn this to hidden field if you are sending this form to a permanent address. Separate each email with "," | ||
| + | |_formOutputTemplate|The field/value format in email. By default, this is set to:\\ // | ||
| + | |_formOutputTemplate_header|The text to insert at the begining of the email| | ||
| + | |_formOutputTemplate_footer|The text to insert at the end of the email| | ||
| + | |_form_contenttype|The MIME email content type. " | ||
| + | |_formNext|Where do you want to go after this form submitted.\\ After a successful post, where do you want to bring the user to next? Specify the URL here (eg: http://www.mysite.com).\\ Skip this if you wish to use the default.| | ||
| + | |_formErr|What do you want to show if this form has some incomplete entry (eg: http:// | ||
| + | |_formCleanFieldName|Use in pair with mandatory field name. Don't show the tilt " | ||
| + | |_formVoidNum|Don' | ||
| + | |_formAllField|All field wanted; checked if you want the user to fill-up all the fields| | ||
| + | |_form_custom_header|The additional MIME header to insert into the email. Usually not require. Format in //Key: Data (eg: To: online@domain.tld)// | ||
| + | |_formDateFormat|The custom date format. Available: YYYY (4 digits year), YY (2 digits year), MM (2 digits month), M (single digit month), DD and D. All date format in upper case. Time format as hh, h, mm, m, s, ss (lower case). Eg: YYYY/MM/DD hh:mm:ss returns 2010/03/30 13:22:00| | ||
| + | |Captcha|Simple arithmetic | ||
| + | |Mandatory field|User must fill in this field - or error warning will be given after submit. All mandatory fields start with a tilt " | ||
| Line 76: | Line 97: | ||
| ----------- | ----------- | ||
| - | ==== Samples ==== | + | ===== Samples |
| - | https://afteroffice.com/form/sample/sample_enquiry_captcha.html | + | * [[https://lookafter.com/wd/cform/cform-demo.html|Demo Contact Form]] |