Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8623355
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T07:15:39+00:00 2026-06-12T07:15:39+00:00

We have a submission form and an administration for the submissions, with the ability

  • 0

We have a submission form and an administration for the submissions, with the ability to view, edit, delete and export.

Using Oracle, the submissions are stored in a table, there is a log table to stored changes and two sequences to populate the ids.

When a new form is requested, the code the tables and the sequences are duplicated renamed and modified to meet the new the requirements.

Due to time constraints I’ve been trying to improve the process a little at a time, I would like to stop populating the database with so many tables.

The most powerful solution would be to have a form builder that would allow you to define the fields and build the forms using this metadata. I’ve seen examples of this in the Mura CMS, but I’ve not yet found a standalone solution I could integrate. I didn’t want to spend a lot of time re-inventing the wheel if I can help it.

As an intermediate solution I’m toying with the idea of storing each submission as an XML file, not a very scalable solution – but with approximately 30 submissions per form about 1-2 administrators I don’t think it would be too slow.

If anyone knows of a form builder I can use, that I can integrate with ColdFusion?
Or whether the XML intermediate solution is something I should consider?

I’d appreciate some input!

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T07:15:40+00:00Added an answer on June 12, 2026 at 7:15 am

    You could easily abstract this if you don’t need to join the data between these tables. Essentially build a survey tool. Depending on the level of abstraction you want, you could even allow the user to pick pre-existing or common form fields (such as email address, address, city etc.)

    Form (FormID, Title, CreateDate, Active)
    FormField (FormFieldID, Name, DataType, Required)
    FormSubmission (FormSubmissionID, FormID, SubmissionDate, IPAddress)
    FormData (FormSubmissionID, FormFieldID, Data)

    You could expand this to include validation options, max length, and support data types if necessary.

    There are probably projects that replicate this:

    http://soundings.riaforge.org/

    http://postit.riaforge.org/

    (there are more form-based utilities on RIAForge)

    but I haven’t used either to give you an informed opinion. I don’t recommend the XML route, use db tables + abstraction.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this AJAX submission form written with the jQuery validation plugin. It all
I have a problem in firefox, where I'm trying to get a form submission
I have a page that have fileupload control, on the submission of the form,
I have a page with a form where I'm trying to prevent duplicate submission,
I have a page that has several ajax submission forms. Each form has a
I have table with two columns (startdate & enddate) and I have two submission
I have initialized my form submission like following: $(document).ready(function() { $(#my_form).submit(function(e) { ... ...
I have the following array coming from a form submission: Array ( [id0] =>
I have a simple form that I would like to validate on form submission.
I have a function that checks the age of a form submission and then

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.