This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
tutorials:design_adv:examples:registration_form [2013/06/04 16:14] geojames created |
tutorials:design_adv:examples:registration_form [2014/09/25 16:55] (current) |
||
|---|---|---|---|
| Line 47: | Line 47: | ||
| You'll see that the loop cycles through the contents of $fields array to display each field. | You'll see that the loop cycles through the contents of $fields array to display each field. | ||
| - | REGISTRATION SETUP > GENERAL SETTINGS | + | |
| If you want to just move a specific field around in that form you would need to make sure that the above loop skips the display of that field. | If you want to just move a specific field around in that form you would need to make sure that the above loop skips the display of that field. | ||
| Line 113: | Line 113: | ||
| To emphasize the point changes like these are beyond the scope of support that we provide through our support staff. | To emphasize the point changes like these are beyond the scope of support that we provide through our support staff. | ||
| + | |||
| + | To see the full list of fields that can appear in this page you only need to place the [[designers: | ||
| + | |||
| + | firstname | ||
| + | lastname | ||
| + | company_name | ||
| + | business_type | ||
| + | address | ||
| + | address_2 | ||
| + | regions (different levels) | ||
| + | zip | ||
| + | phone | ||
| + | phone_2 | ||
| + | fax | ||
| + | |||
| + | email_verifier | ||
| + | email2 | ||
| + | email_verifier2 | ||
| + | url | ||
| + | |||
| + | and for the 10 site wide optionals field there are 1-10 | ||