Feedback
From Arthapedia
				
				
				(Difference between revisions)
				
				
				
				
				
				
				
				
				
				| Amrishtyagi1  (Talk | contribs) | Amrishtyagi1  (Talk | contribs)  | ||
| Line 1: | Line 1: | ||
| − | < | + | <postform name="FormName" to="Recipient email" subject="Email Subject" from="Sender email">Form Title | 
| − | + |         <itext title="Field title" name="field_name(will be displayed in the letter)"/> - input string | |
| − | + |         <itextarea title="Field title" name="field_name"/> - textarea | |
| − | + |         <iselect title="Field title" name="field_name"> - dropdown list (select) | |
| − | + |                 <ioption/> - empty item | |
| − | + |                 <ioption>item value</ioption> | |
| − | + |         </iselect> | |
| − | + |         <iselect title="Field title" name="field_name"> - dropdown list v.2 | |
| − | + |                 <source>Uploaded FileName</source> | |
| − | + |         </iselect> | |
| − | + |         <iselect title="Field title" name="field_name"> - dropdown list v.3 | |
| − | + |                 <dbsource> | |
| − | + |                         <server>DB server address</server> | |
| − | + |                         <type>DB type (MySQL, MSSQL)</type> | |
| − | + |                         <database>DB name</database> | |
| − | + |                         <user>DB username</user> | |
| − | + |                         <password>DB password</password> | |
| − | + |                         <table>Table</table> | |
| − | + |                         <field>Field</field> | |
| + |                         <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> | ||
Revision as of 03:40, 5 September 2011
<postform name="FormName" to="Recipient email" subject="Email Subject" from="Sender email">Form Title
       <itext title="Field title" name="field_name(will be displayed in the letter)"/> - input string
       <itextarea title="Field title" name="field_name"/> - textarea
       <iselect title="Field title" name="field_name"> - dropdown list (select)
               <ioption/> - empty item
               <ioption>item value</ioption>
       </iselect>
       <iselect title="Field title" name="field_name"> - dropdown list v.2
               <source>Uploaded FileName</source>
       </iselect>
       <iselect title="Field title" name="field_name"> - dropdown list v.3
               <dbsource>
                       <server>DB server address</server>
                       <type>DB type (MySQL, MSSQL)</type>
                       <database>DB name</database>
                       <user>DB username</user>
                       <password>DB password</password>
                                               <field>Field</field>
                       <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>
