-
Notifications
You must be signed in to change notification settings - Fork 0
Possible field settings
Main purpose of field title is you own reference in backend although field title in some cases can be seen in frontend as well, depending on your settings. Please read below to find out how this setting effect each field type.
This option is available only on very few filed types (textarea,text,email,select). Please read below to find out how this setting effect each field type. ##Field type Different fields completes different functions. Some fields are allowed only once per form. Please read Available field types and their setting to find out what each field type do.
One option per line. Please read Available field types and their setting to find out how this setting effect each field type.
This is advanced option and needed only for experienced developer whom understand how CSS works. This option allows to add custom classes to field’s parent element. Each class can be separated by white space.
To be able to use this setting you need to understand how GET variables works. GET Variable are passed via url, therefore it’s easy to implement them even for inexperienced users.For e.g. http://nutmedia.co.uk/?product=Chocolate In this case GET variable name is product and value is equals to Chocolate.
To save some time for users you can simply create your own GET variables when creating a link to the contact us page, and pass wanted known info to the form so user doesn’t have to re-enter it or in some cases pre-select a field.Let’s say you have product name field in your form. It’s information you already have, so you can save some time by pre-filling that field for the user by using GET variable.You need to create link to contact form field with GET variable, and specify GET variable name in field options.
In this e.g. my GET variable name is “product”, if user hits contact us url with that variable he will see that Product name field is already filled with the value (Chocolate)
- General plugin settings
- Administration Menu navigation
- Possible Field settings
- Available text field types and their settings
- Available contact field types and their settings
- Available button field types and their settings
- Available anti-spam field types and their settings
- Available other field types and their settings
For e.g.