User Tools

Site Tools


doc:dev:form:form_to_email_cgi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
doc:dev:form:form_to_email_cgi [2014/06/20 11:56] vikkidoc:dev:form:form_to_email_cgi [2015/01/16 15:24] (current) – external edit 127.0.0.1
Line 28: Line 28:
 ^Field Name ^Detail^ ^Field Name ^Detail^
 |_formFrom |Show in the FROM: section of the email| |_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| +|_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 ","|+|_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 (new)|The field/value format in email. By default, this is set to:\\ [<field>]<br><value><br><br>\\ You can change the format easily to:\\ <field>: <value><br><br>\\ If you would like to have the field name and value stay in one line.\\ Note that only 3 keywords are supported: <field>, <value> and <br>| |_formOutputTemplate (new)|The field/value format in email. By default, this is set to:\\ [<field>]<br><value><br><br>\\ You can change the format easily to:\\ <field>: <value><br><br>\\ If you would like to have the field name and value stay in one line.\\ Note that only 3 keywords are supported: <field>, <value> and <br>|
 |_formOutputTemplate_header (new) |The text to insert at the beginning of the email| |_formOutputTemplate_header (new) |The text to insert at the beginning of the email|
 |_formOutputTemplate_footer (new) |The text to insert at the end of the email| |_formOutputTemplate_footer (new) |The text to insert at the end of the email|
-|_form_contenttype (new) |The MIME email content type. "text" or "html" allow, default "text". Good to set it to "html" if you have formated the form format to html| +|_form_contenttype (new) |The MIME email content type. "text" or "html" allow, default "text".\\ Good to set it to "html" if you have formated the form format to html| 
-|_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|+|_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://www.mysite.com/error.htm)\\ Skip this if you wish to use internal error handling| |_formErr |What do you want to show if this form has some incomplete entry (eg: http://www.mysite.com/error.htm)\\ Skip this if you wish to use internal error handling|
-|_formCleanFieldName (new)|Use in pair with mandatory field name. Don't show the tilt "~" in mandatory field name if checked. Eg: ~name will become name in email|+|_formCleanFieldName (new)|Use in pair with mandatory field name.\\ Don't show the tilt "~" in mandatory field name if checked. Eg: ~name will become name in email|
 |_formVoidNum (new) |Don't show the number prefix in field name if checked, eg: 1,name will be shown as name in email| |_formVoidNum (new) |Don't show the number prefix in field name if checked, eg: 1,name will be shown as name in email|
 |_formAllField |All field wanted; checked if you want the user to fill-up all the fields| |_formAllField |All field wanted; checked if you want the user to fill-up all the fields|
Line 52: Line 52:
 |Submit button |You may change the label to anything| |Submit button |You may change the label to anything|
  
 +View PDF version: {{:doc:dev:form:form_to_email_cgi.pdf|}}
  
 Jan. 2000\\ Jan. 2000\\
doc/dev/form/form_to_email_cgi.1403236591.txt.gz · Last modified: 2015/01/16 15:24 (external edit)