All forms are hosted on servers that are 100% secure; utilizing SSL 128 bit encryption.
Web Forms
Glossary Of Terms
CHECK BOX
Checkboxes are on/off switches that may be toggled by the user.
Example check box:
Diabetes:
FILE SELECTION
This input type allows the user to select files, from their computer, so that their contents may be submitted with a form.
Example file selection:
Resume Upload:
(Resume File)
HTML
The HyperText Markup Language (HTML) is composed of a set of elements that define a document and guide its display.
HTML FORM
An HTML form is a section of a document containing modifiable elements called input elements (text fields, checkboxes, radio buttons, menus, etc.), and labels on those fields. Users generally "complete" a form by modifying its input elements (entering text, selecting menu items, etc.), before submitting the form to an agent for processing (Usually a Web server.). HTML forms make a web page interactive.
Example input elements: (Name is a text field and gender is a radio button)
Name: Gender:
Male
Female
PASSWORD FIELD
A a single-line input field, created exclusively for passwords, which allows the entry of free form text while concealing the true identity of the characters.
Example password field:
Password:
RADIO BUTTONS
Radio buttons are like checkboxes except that they are mutually exclusive: when one is switched 'on', all others within a grouping are switched 'off'' .
Example radio button:
Marital Status:
Single
Married
Divorced
Widowed
SELECTION BOX
The selection Box creates a menu from which you are allowed to select one option.
Example selection box:
State:
SSL
Secure Sockets Layer (SSL) is a protocol, utilizing encryption routines, developed as a way of ensuring the security of e-commerce transactions.
TEXT AREA
A a multiple-line input field, that can capture a relatively large answer, made up of free form text.
Example text area:
Reason for Leaving:
TEXT FIELD
A a single-line input field, that can capture a relatively small answer, made up of free form text.
Example text field: