Hide Repeating section by default

J

JP

how can I hide a repeating section by default and it would only show after
the user selects to add it...
 
A

Anjan Patel

conditional formating. You can define attribute or value which can have
null/some default value when your form gets created. Set that value for
show/hide control. when user click on something or do soemthing, set
the value of that variable and your section will be displayed!
 
Top