Hi,
I was wondering if it is possible to implement dynamic (runtime generated) forms in Wix?
The scenario would be:
- Site admin defines form parameters (fields, types for the fields, some extra validation against them) using a simple page.
- Runtime generates the form for the end user based on the admin’s configuration.
- End user populates the forms, submits it. Data is stored in the database table.
If so, could you point me in the right direction please?