|
Mail to: Example:email@server.com,another@server.com... |
|
|
Mail from: Example:from@server.com |
|
| Success message: | |
| Error message: | |
| CAPTCHA message: | |
| ID | Name | Description | Action |
|---|


| Name: | |
| Description: | |
| Message theme: | |
| Check CAPTCHA: | When this option is disabled captcha image can be shown but captcha will not be checked. |
| Check email addresses: | When this option is enabled email addresses are checked for validity. |
| Show thanks page: | When this option is enabled then success message will not be displayed, but thanks page will be shown. |
|
Feedback form template:
Example form with one field and CAPTCHA:
{MESSAGE} <form action="{ACTION}" enctype="multipart/form-data" method="post" runat="server"> Message:<br> <textarea name="field1">Input your message here</textarea><br> Attach: <input type="file" name="attach"><br><br> <img src="{CAPTCHA}" border="0"><br> <input type="text" name="captcha"><br> <input type="submit" value="Send"> </form> |
|
|
Message template:
Example for message for form with one field:
<html> <body> <b>Message:</b><br> {FIELD1} </body> </html> |
|
|
Thanks template:
Example:
<b>Thank you for your message!</b> |
| Name: | {NAME} |
| Description: | {DESCRIPTION} |
| Message theme: | {MESSAGETHEME} |
| Check CAPTCHA: | {CHECKCAPTCHA} |
| Check email addresses: | {CHECKEMAIL} |
| Show thanks page: | {SHOWTHANKS} |
| Feedback form template: | {FORM} |
| Message template: | {MESSAGE} |
| Thanks template: | {THANKS} |