You can insert them and have a flag (Field) called appreoved which default to false. Than you can send yourself an email with a link to a page so that by just clicking on the link you approve it.
On May 5, 1:04 pm, annet <annet.verm...@gmail.com> wrote: > In an application I have forms which on submit are mailed to my mail > box. After verification I manually insert the form data into their > respective tables, e.g. for an application form into the tables: > company, address, nfa, and contact. Since this is a rather time > consuming task I thought of inserting the form data into a form_table > and retrieving them into a four part form (one for every table), and > after verification submitting each form and on form acceptance insert > the data into the individual tables. > > I wonder whether there is the right way to proceed or whether there is > a better way to execute this task. > > Kind regards, > > Annet.