We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. There seems to be a problem with the dependency feature. Also, the demo plugin has been checked.
The following code (from demo plugin) not working:
array( 'id' => 'checkbox_1', 'type' => 'checkbox', 'title' => 'Checkbox', 'label' => 'Did you like this framework ?', 'after' => '<i>If you check this and the other checkbox, a text field will appier.</i>' ), array( 'id' => 'checkbox_2', 'type' => 'checkbox', 'title' => 'Checkbox Fancy', 'label' => 'Do you want to do this?', 'style' => 'fancy', ), array( 'id' => 'text_2', 'type' => 'text', 'title' => 'Text Test Dependency', 'dependency' => array( 'checkbox_1|checkbox_2', '==|==', 'true|true' ), 'attributes' => array( 'placeholder' => 'Dependency test', ), ),
The text was updated successfully, but these errors were encountered:
Hi, I just installed a clean WP and the demo plugin from GitHub and everything is working. So you have to be more specific :)
Sorry, something went wrong.
Hi. What version of WordPress do you have installed?
No branches or pull requests
Hi. There seems to be a problem with the dependency feature. Also, the demo plugin has been checked.
The following code (from demo plugin) not working:
The text was updated successfully, but these errors were encountered: