Label in result table can be set to use the element’s name, label or use a custom label
Images in Table Order elements can be added
More show_in_email possibilities added:
Show in email if visible: element will be shown in result table if element is visible in the frontend
Show in email if visible and not empty: same as above and element has any value
Show in email if visible and not empty and not zero: same as above and element has any value except 0
Password element double check added
Several element options for Custom JS element added:
custom_calculation_function_name: Function name of the custom calculation code. By default, the function name is randomly generated.
custom_calculation_function_safe: Only call the custom calculation function if the custom name doesn’t exist in order to prevent overriding existing functions.
custom_calculation_function_external: Call an external JS function with the given name (only if it’s a callable function)
custom_calculation_init_js: JS code that will only be called on startup.
custom_calculation_init_add: Add the custom init JS code
Changed
Updated to dompdf v0.8.3
Fixed
Fixed responsive issues with Table Order element
Empty values in Table Order element fixed
Fixed slider values weren’t used correctly
Form didn’t save when the form name exceeded max char length in database