Issue with GravityForms conditional logic
-
Hi,
I think I found a bug:
When using conditional logic on a GravityForms submit button when Boxzilla is activated (the plugin itself), somehow the script that makes the submit button visible when certain conditions are met is not working.
When using this Gforms function, an inline style is added to the submit button on the front end (display: none;), which is changed to inline-block, when conditions are met (depending on choices made by checking certain checkboxes in the form).
The adjustment of the inline style tag is somehow getting blocked when Boxzilla is active as a plugin.
Furthermore, when using the same form in a boxzilla box, the inline style that should hide the button is added to the div with the class “gform_wrapper” (which causes the whole form te be hidden), instead of to the input field type-> submit for the button.
In both situations there are no visible errors in the console.
Any suggestions?
Thanks in advance,
Tibor
The topic ‘Issue with GravityForms conditional logic’ is closed to new replies.