This site will write code for you (sql code, php code, html template, email template) to handle a form.
The form name should not contain any capitals or symbols (besides underscore)
File name: .html
DB table:
Printable singular:
Printable plural:
Send form results vie e-mail.
Save form results to a database.
Provide a "Listing" page.
Provide a "Display" page.
Password protect this page. But with publicly accessible submission form But with publicly accessible view page.
Below, specify the fields you'd like in your form, one field per line. After each field name, put at least one space, then the field type. The following field types are available: , ~type html~.
You can start a labeled fieldset by putting a { at the end of a line with the caption. Then end the fieldset with a } on a line by itself
{
}
Example: email textbox contact info (all required) { name textbox phone phone } comments textarea color pulldown Red,Green,Blue agree yesno
email textbox contact info (all required) { name textbox phone phone } comments textarea color pulldown Red,Green,Blue agree yesno
Fields: ~fields html~