Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • 2
    Great solution. TY Commented Jul 8, 2013 at 19:09
  • do you know of any existing web form builder GUI tools to use to populate the table schema you outlined above by chance? We're using .NET if relevant. TY. Commented Aug 18, 2013 at 14:58
  • @JeffBorden: No, but I'm sure there is something out there. Commented Aug 20, 2013 at 3:24
  • So I'm assuming that the best way to record submitted forms would be with a schema like: form_submissions id (PK) form_id (FK to forms.id) user_id (FK to users.id) ... form_submission_elements id (PK) form_submission_id (FK to form_submissions.id) form_element_id (FK to forms_elements.id) value Look right-ish? Commented Aug 24, 2013 at 1:09
  • @FrustratedWithFormsDesigner How would an select to generate table from the form fields and the fields values in this schema!? Commented Aug 16, 2015 at 20:15