Category:People: Difference between revisions
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
<standardInputs freeTextLabel="Free text" inputFreeText="1" inputSave="1" inputCancel="1"/> | <standardInputs freeTextLabel="Free text" inputFreeText="1" inputSave="1" inputCancel="1"/> | ||
</pageforms_Form> | </pageforms_Form> | ||
<Template name="Person"> | <Template name="Person"> | ||
<Field name="FirstName"> | <Field name="FirstName"> | ||
<Label>First Name</Label> | <Label>First Name</Label> | ||
| Line 26: | Line 12: | ||
<InputType>text with autocomplete</InputType> | <InputType>text with autocomplete</InputType> | ||
</pageforms_FormInput> | </pageforms_FormInput> | ||
</Field> | </Field> | ||
<Field name="LastName"> | <Field name="LastName"> | ||
| Line 36: | Line 19: | ||
<InputType>text with autocomplete</InputType> | <InputType>text with autocomplete</InputType> | ||
</pageforms_FormInput> | </pageforms_FormInput> | ||
</Field> | </Field> | ||
<Field name="EmailAddress"> | <Field name="EmailAddress"> | ||
<Label>Email Address</Label> | <Label>Email Address</Label> | ||
<pageforms_FormInput> | <pageforms_FormInput> | ||
<InputType>text</InputType> | <InputType>text</InputType> | ||