APPLICATION DESIGN
Here are the basic steps involved in designing a form:
1. Decide on the purpose and type of form you need. To do so, consider:
3. Add elements to the form.
4. Name the form.
5. Assign its properties.
6. Preview and test the form in the browsers users access it with.
NOTE: Changing a form (for example, by adding a field) will not change documents previously created with that form until they have been edited and saved, either manually or programmatically by an agent. Removing a field from a form does not remove the value of that field from previously created documents. When adding a computed field or field with a default value, it may appear to have been added to the document, because opening the document will show a value in that field, but unless the document is edited and saved, the field will have no value, and no value is displayed in views referencing that field.
See Also