What is a webform?
Like the name says, its a form that a user fills in the web. Webforms are everywhere: in search browsers, login pages, surveys, registration forms, etc.
The webforms are necessary to have interaction in the web as they provide the way to retrieve data you need from your users. For example you can create a webform to know the user’s site comments, to give a service, to create an account, etc.
A webform consists of two parts:
- HTML Page: A html page with the actual form. In here you can use textboxes, checkboxes, select fields, textareas, etc.
- CGI Script: And a CGI script that will actually process the data sent via the html form.
Baboon Webforms does both things for you automatically.
HTML WebForm Fields
In your webform you can use different kind of fields depending on the kind of information you might need. For example if you need the user’s name you only need a line of text, but if you need a user’s comments then you need to give them a way to write a text in multiple lines.
In here we will list the available kind of fields, so when you create your webform with Baboon Webforms you know exactly what to select.
Field TypesText Box Hidden Field Password Checkboxes Radio Buttons Select Field Textarea |
