How to submit and html form to a Table?

rskha

New member
Hi, I'm actually using jsp/html form to create it.

In my admin portal, we have system setup where a user can type stuff in the text fields and then save that form in a table within the admin portal.

I need to re-make that, but so far I only have the design aspect done, because the "add to record" and cancel buttons do not do anything (no functionality). I need to make the "add to record" button to store the information which the user enters in that form.

all in all, the user can enter info in the form like name, cust ID, etc, but I cannot get it to store in the website as a record somewhere.

I want to save this html form in a table so I can modify/add/delete the record after wards. What I want is something very simple: Just a table with an href link that would send me to the form that I saved to modify it.

Any tips, brainstorming, or even specific answers would be great.

Thanks in advance.
 
Back
Top