|
|
| (10 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| − | <postform name="FormName" to="Recipient email" subject="Email Subject" from="Sender email">Form Title | + | <emailform> |
| − | <itext title="Field title" name="field_name(will be displayed in the letter)"/> - input string
| + | {| |
| − | <itextarea title="Field title" name="field_name"/> - textarea
| + | | Name: || <emailform name=40 /> |
| − | <iselect title="Field title" name="field_name"> - dropdown list (select)
| + | |- |
| − | <ioption/> - empty item
| + | | Email: || <emailform from=40 /> |
| − | <ioption>item value</ioption>
| + | |- |
| − | </iselect>
| + | | Comments: |
| − | <iselect title="Field title" name="field_name"> - dropdown list v.2
| + | | colspan="2" | <emailform comments=80x8 /> |
| − | <source>Uploaded FileName</source>
| + | |- |
| − | </iselect>
| + | | colspan="3" align="center" | <emailform submit="Submit" /> |
| − | <iselect title="Field title" name="field_name"> - dropdown list v.3
| + | |} |
| − | <dbsource>
| + | </emailform> |
| − | <server>DB server address</server>
| + | <emailform result> |
| − | <type>DB type (MySQL, MSSQL)</type>
| + | Thanks for your comments! |
| − | <database>DB name</database>
| + | {| width="300px" |
| − | <user>DB username</user>
| + | | '''From:''' <emailform name /> <emailform from/><br /> |
| − | <password>DB password</password>
| + | '''Comments:''' <emailform comments /> |
| − | <table>Table</table>
| + | |} |
| − | <field>Field</field>
| + | </emailform> |
| − | <cond>SQL-condition</cond>
| + | |
| − | </dbsource>
| + | |
| − | </iselect>
| + | |
| − | <radiogroup title="Group Name" name="field_name"> - Group of radiobuttons
| + | |
| − | <iradio title="Title" value="Value"/>
| + | |
| − | </radiogroup>
| + | |
| − | <icheckbox title="Single checkbox title" name="field_name" value="Value"/> - single checkbox
| + | |
| − | <checkboxgroup title="Title of group"> - checkbox group
| + | |
| − | <icheckbox title="Title" value="Value">
| + | |
| − | <icheckbox title="Title" checked="">
| + | |
| − | </checkboxgroup>
| + | |
| − | <ibutton title="Button text"/> - submit button
| + | |
| − | <formsenttext>Text with a successful form submission</formsenttext>
| + | |
| − | </postform> | + | |