Skip to main content
Post Closed as "Needs more focus" by gnat, Kilian Foth, Yusubov, CommunityBot, Dan Pichelman
removed thanks
Source Link
user53019
user53019

Say your users can create their own web-based forms (textboxes, selects, etc) and publish them on the web for their users to fill out.

Does anyone have a resource or any advice on how to architect the database to tie into the dynamic forms?

For example, would you create a child table for each form, or different versions of a given form?

TIA

Say your users can create their own web-based forms (textboxes, selects, etc) and publish them on the web for their users to fill out.

Does anyone have a resource or any advice on how to architect the database to tie into the dynamic forms?

For example, would you create a child table for each form, or different versions of a given form?

TIA

Say your users can create their own web-based forms (textboxes, selects, etc) and publish them on the web for their users to fill out.

Does anyone have a resource or any advice on how to architect the database to tie into the dynamic forms?

For example, would you create a child table for each form, or different versions of a given form?

reformatted
Source Link
Tulains Córdova
  • 39.6k
  • 13
  • 102
  • 157

Say your users can create their own web-based own forms (textboxes, selects, etc) and publish them on the web for their users to fill out. Does

Does anyone have a resource or any advice on how to architect the database to tie into the dynamic forms? For

For example, would you create a child table for each form, or different versions of a given form?

TIA

Say your users can create their web-based own forms (textboxes, selects, etc) and publish them on the web for their users to fill out. Does anyone have a resource or any advice on how to architect the database to tie into the dynamic forms? For example, would you create a child table for each form, or different versions of a given form?

TIA

Say your users can create their own web-based forms (textboxes, selects, etc) and publish them on the web for their users to fill out.

Does anyone have a resource or any advice on how to architect the database to tie into the dynamic forms?

For example, would you create a child table for each form, or different versions of a given form?

TIA

Source Link
Jeff Borden
  • 511
  • 1
  • 4
  • 8

Dynamic form builder forms and database design?

Say your users can create their web-based own forms (textboxes, selects, etc) and publish them on the web for their users to fill out. Does anyone have a resource or any advice on how to architect the database to tie into the dynamic forms? For example, would you create a child table for each form, or different versions of a given form?

TIA