dfuytn
Forum Replies Created
-
After testing, I found out that Elementor is the problem. I downloaded a popup plugin (Popup Maker) and WPPayForms now works fine in that plugin.
So we can consider this solved with the work around.
Forum: Plugins
In reply to: [Dynamic Conditions] Checkbox in User ProfileJust to update…It appears that using a text field with a value of 1 or using a True/False that’s checked, DC works the OPPOSITE to the way you would think if the ACF is in a WordPress User Profile.
If ACF is a text field in the WordPress User Profile with the value 1
Show/Hide – “Hide when condition is met”
Condition – “is equal to”
Compare Type – “Text”
Conditional Value – 1
The section will still show. DC seems to think the value is not 1.If ACF is a text field in the WordPress User Profile with the value 1
Show/Hide – “Hide when condition is met”
Condition – “is not equal to”
Compare Type – “Text”
Conditional Value – 1
The section will not show. DC seems to think the value is not 1.If ACF is a True/False field in the WordPress User Profile with the value checked
Show/Hide – “Hide when condition is met”
Condition – “is not empty”
The section will still show. DC seems to think the value is not checked.If ACF is a True/False field in the WordPress User Profile with the value checked
Show/Hide – “Hide when condition is met”
Condition – “is empty”
The section will not show. DC seems to think the value is not checked.Works fine everywhere but the WordPress User Profile.