Skip to content

Possible field settings

Bigloltrash edited this page Mar 21, 2018 · 3 revisions

Field title

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.

Placeholder

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.

Options

One option per line. Please read Available field types and their setting to find out how this setting effect each field type.

Extra classes

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.

GET Variable

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.

Get Variable For e.g. http://nutmedia.co.uk/contact-me?product=Chocolate

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)