Hi,
Started this topic on this thread but moved to here as it is quite different.
I am looking for some help to code my own templates to achieve the following using the API and database:
1. Email from form submission.
2. Enter form data into database.
3. Validate users input in each form field.
34. Use db data to create reports.
I currently use my own html forms in the templates and to date have only directly emailed from the submission. I am working on a project to convert a pdf application form into an online <form>.
Input types include: text; textarea (TinyMCE); radio; jQuery UI datepicker (value = "datepicker id"); email; select (options from pages); hidden & submit.
There's probably more questions but that wil do to start.