Add_to_price
This option determines how the price of the element should be added to the total price. Depending on the element type, the returned price may be different than expected.
Calculate_enabled
If this option is checked, the element will perform all calculations present in the calculation rows.
Calculate_when_hidden
Whether the element will be taken into the default calculation routine or not when it is hidden.
Class
Additional CSS classes for the input field of an element.
Custom_calculation
The code inside the Custom_calculation option will be wrapped in a unique JavaScript function.
Custom_filter
Process the submitted element value through a custom WordPress filter.
Custom_regex
Use regular expressions to check an element's value.
Description
This text will be displayed in a tooltip before the label.
Discount
The discount system will be applied after the calculation and conditional routines have taken place.
Do_shortcode
Process shortcodes in contents.
Factor
The value of an element will be multiplied by its factor.
GET
This field will be filled from a GET-parameter.
Hidden
The Hidden option determines if the element will be hidden after the form was loaded.
Inline_calculation
This feature is still in development.
Is_currency
The input value will be formatted as currency according to the price format, the decimal symbol as well as the currency symbol.
Is_number
Whether this element should be read and formatted as a number or not.
Label
This text will be displayed above the element input.
Max
The maximum value of an element. Also sets the maximum value for the slider/spinner.
Min
The minimum value of an element. Also sets the minimum value for the slider/spinner.
MinDate
Minimum date of the Datepicker or Daterange element.
Name
The internal name of the element.
Options_source
Options can be extended with your own PHP function or an external JSON file or request.
Options_text_only
Options will be displayed in a text box.
Overwrite_price
When Overwrite_price is enabled, the element will override the calculations at the point where the element is located.
Pips
Show little "pips" in the number slider.
Placeholder
The placeholder text shows up when the input is empty.
Precision
The precision option affects how many decimal numbers are taken into the calculations.
Price_format
The Price_format option determines how the number (or price) is formatted.
Required
Define an element as required. Required elements need to have a value filled in by the user before the form can be submitted.
Show_in_live_summary
When enabled, this element is shown in the live summary table.
Slider_values
The Slider_values option is used to have fixed values inside the slider of a Numbers element.
Steps_slider
Incremental steps of the slider.
Style
With the Style option, you can add your own CSS inline styles to the input element.
Title
The text that will be displayed in the heading.
Value
Predefined value of any input element. You can also retrieve magic values from advanced custom fields, post meta fields, WooCommerce product attributes and more,
Value_attribute
Retrieve any attribute value from the current WooCommerce product.
Value_external
When a form is loaded, the plugin looks for a DOM-element with the given selector and retrieves their values automatically.
Value_external_listen
If a selector is entered in the value_external option, the plugin is listening to any changes in the selector element.
Value_http
Fetch value from a URL.
Wrapper_class
Additional CSS classes for the wrapper of an element.
Wrapper_style
With the Wrapper_style option, you can add your own CSS inline styles to the input wrapper element.