PRO

Progress Field

This field enables you to add a progress bar to your form. Progress bars can be configured to show:

For forms that have multiple tabs, you can add the progress bar to each tab. The progress bar shows the overall progress of the entire form across all tabs.

Demo

Adding a Progress Field

To learn how to add, edit, clone, move, resize, offset, or delete a progress bar field, please click here.

Field Settings

To edit the settings for this field type, click the settings icon on the field itself. Click the Save & Close or Save button to save your changes. If you do not want to save your changes, you can click the Cancel button or click any other form element to close the field settings sidebar. WS Form - Field Settings Icon

Basic

The basic tab contains settings that the majority of WS Form users will need to control a field. The settings are as follows:

Label

This is the label shown alongside the field. As well as entering a label into this field, you can also double click the label of the field in the editor. You should enter an easy-to-understand label for your field, for example First Name or Email.

Show Label

If enabled the label will be shown on your form. If you do not want the label to appear for a particular field, uncheck this box.

Hidden

If checked the field will be hidden on the form. It can be shown again using conditional logic or your own JavaScript.

Default Value

The default value setting is used to populate the field with a default value. Progress bars are usually set with a value from 0 to 1, so you should enter a numeric value from 0 to 1 in this field. If you leave it blank, it will be set to 0. For example 0.5 would set the progress bar to halfway.

WS Form variables can be entered into this field.

Source

The source pulldown has two options:

  • No source
  • Form Progress (Default)
  • Tab Progress
  • Upload Progress

When Form Progress is selected, the progress bar will automatically show the progress of the form.

When Tab Progress is selected, the progress will represent how far a user is through the tabs of a form.

When Upload Progress is selected, the progress bar will show the progress of a form submission. This is useful if you have a file upload field on your form and you want to show the progress of that upload.

When No source is set, you can manually set the progress bar value using conditional logic or another javascript source of your choice. You may wish to remove the default help text on the progress bar is you use this setting.

Help Text

The help text setting enables you to add smaller text under the field to assist the website visitor in completing that field.

As well as inserting plain text into this field, WS Form also provides extensive functionality for adding progress variables. The available progress variables are:

Progress
#progress The form progress represented as a number from 0 to 100.
#progress_percent The form progress represented as a percentage from 0% to 100%.
#progress_remaining The remaining form progress represented as a number from 100 to 0.
#progress_remaining_percent The remaining form progress represented as a percentage from 100% to 0%.

Other WS Form variables can be entered into this field.

Accessibility

ARIA Label

Accessible Rich Internet Applications (ARIA) defines ways to make web content and web applications more accessible to people with disabilities.

This setting enables you to define what text is made available to ARIA applications. This would, for example, provide a screen reader with specific text to read to someone with a disability.

The value of this setting defaults to your field label. If you would like to change this, enter a new value.

WS Form variables can be entered into this field.