@package Buro3V feedback @copyright (C) 2007-2008 Buro3V, madHOG @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
Mail to:
Example:email@server.com,another@server.com...
Mail from:
Example:from@server.com
Success message:
Error message:
CAPTCHA message:
{CONTENTS}
{ITEMS}
ID Name Description Action
{ID} {NAME} {DESCRIPTION} Edit "{NAME}"Delete "{NAME}"
No forms were created.
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>
Are you sure you want to delete this form?
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}