Dynamic (Runtime generated) forms

Hi,

I was wondering if it is possible to implement dynamic (runtime generated) forms in Wix?

The scenario would be:

  1. Site admin defines form parameters (fields, types for the fields, some extra validation against them) using a simple page.
  2. Runtime generates the form for the end user based on the admin’s configuration.
  3. 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?