Skip to content
New issue

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

PRO: group inside repeater not visible when shown by default #64

Closed
pwkip opened this issue Aug 30, 2020 · 1 comment
Closed

PRO: group inside repeater not visible when shown by default #64

pwkip opened this issue Aug 30, 2020 · 1 comment
Labels

Comments

@pwkip
Copy link
Owner

pwkip commented Aug 30, 2020

https://conditional-fields-cf7.bdwm.be/form-tester/?hash=27ad0540731b8d7f99f240182ab4e332

[repeater rep-0]
[radio rad-0 default:1 "yes" "no"]
  [group group-0]
    Why cant you see me?
  [/group]
[/repeater]
[submit "Send"]
show [group-0] if [rad-0] equals "yes"

image

@pwkip pwkip added the bug label Aug 30, 2020
@pwkip
Copy link
Owner Author

pwkip commented Aug 31, 2020

fixed in version 1.9.11

@pwkip pwkip closed this as completed Aug 31, 2020
pwkip added a commit that referenced this issue Sep 7, 2020
* PRO:Repeater: Fix bug [group inside repeater not visible when shown by default #64](#64)
* PRO:Multifile: Add new tag: [multifile]. Allows to upload multiple files at once.
* PRO:Repeater: Fix bug that occured when removing sub-repeater before the animation of the previous removal was finished.
* PRO:Repeater: Introduce global JS API function [wpcf7cf.repeaterAddSub](https://conditional-fields-cf7.bdwm.be/docs/javascript-api/wpcf7cf-repeateraddsub/)
* PRO:Repeater: Introduce global JS API function [wpcf7cf.repeaterAddSubAtIndex](https://conditional-fields-cf7.bdwm.be/docs/javascript-api/wpcf7cf-repeateraddsubatindex/)
* PRO:Repeater: Introduce global JS API function [wpcf7cf.repeaterRemoveSub](https://conditional-fields-cf7.bdwm.be/docs/javascript-api/wpcf7cf-repeaterremovesub/)
* PRO:Repeater: Introduce global JS API function [wpcf7cf.repeaterRemoveSubAtIndex](https://conditional-fields-cf7.bdwm.be/docs/javascript-api/wpcf7cf-repeaterremovesubatindex/)
* PRO:Multistep: Introduce global JS API function [wpcf7cf.multistepMoveToStep](https://conditional-fields-cf7.bdwm.be/docs/javascript-api/multistepmovetostep/)
* PRO:Multistep: Introduce global JS API function [wpcf7cf.multistepMoveToStepWithValidation](https://conditional-fields-cf7.bdwm.be/docs/javascript-api/multistepmovetostepwithvalidation/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant