Insert Field Table

Insert Field Table

 

The field table dialog box allows you to customize the field table and insert in to the template (like the form to email page, confirm page etc)

The field table box uses a simple syntax so that you can easily format the field table

 

Here is a sample field table :

 
---Page 1

 

Name        | %Name%

Email        | %Email%

Comments        | %Comments%

 

----More Info:

 

FormSubmissionTime        | %_sfm_form_submision_time_%

VisitorsIP        | %_sfm_visitor_ip_%

UniqueID        | %_sfm_unique_id_%

 

Headings

A line starting with two or more hyphens becomes a heading.

For example:

--Heading 2

---Heading 3

----Heading 4

 

 

Tables

Tables are created by having the columns separated with |

Example:

Name        | %Name%

Email        | %Email%

Comments        | %Comments%

 

 

Auto generated table of non-blank fields

if you choose this option, the field table is generated in run time, putting only the non-blank fields, in a simple table.

This option is useful when there are many optional fields in the form.