The settings for your form fields are:
- Field name - this is the name of the form element. I like to name them the same as the labels my readers will see.
- Initial value - if you want the text field to have an initial value, fill it in here.
- Read Only - text and password fields can be displayed but not editable. Check this box if this is one of those fields.
- Initially Checked - fields like check boxes and radio buttons can have an initial selection. Check this box if you want this field to default to being selected.
In the More Properties section:
- Disabled - a field that is marked as disabled won't be editable at all. Check this box if you want to disable the field.
- Tab Index - put a number to indicate where this field appears in the tabbing order.
- Access Key - provide a keyboard key to type and get to this field.
- Field Size - define how many characters the field should display.
- Maximum Length - define how many characters the field will accept.
- Accept types - place the MIME types that this field should accept. This is most often used with the file field.
Once you've filled in the settings you want, click OK.
Repeat these steps until you've added all the form fields you want in your mailto form.


