Change dynamically created fields based on database rules

Hello everyone

I’m creating an app with dynamic forms, based on control types admin user will set on admin plattform.

Forms are being created nice, but there are some rules like: change checkbox value field to "true"when other checkbox is set to “false”, set “yes” for 4 radio options when user select “xyz” on a dropdown list and so on.

I have some plans to accomplish this task but would love to know how you guys would develop the same task.

Since the controls are dynamic, I wonder in using javascript to change the fields values. It is not possible to use “hide/show” dynamics attributes due to the dynamic created fields, right?

Thank you for your time!

Community Page
Last updated: