User Tools

Site Tools


tutorials:design_adv:examples:registration_form

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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.  If you inserted the {debug} tag as instructed above you would see the "fields" array inside the $body_vars variable.  You would see all of the registration fields you have turned on within the following admin tool: You'll see that the loop cycles through the contents of $fields array to display each field.  If you inserted the {debug} tag as instructed above you would see the "fields" array inside the $body_vars variable.  You would see all of the registration fields you have turned on within the following admin tool:
  
- REGISTRATION SETUP > GENERAL SETTINGS +  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 for example you wanted to display the first name and last name fields to display somewhere else you would do the following: 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 for example you wanted to display the first name and last name fields to display somewhere else you would do the following:
Line 113: Line 113:
  
 To emphasize the point changes like these are beyond the scope of support that we provide through our support staff.  If you can temporarily remove the use of your system template (renaming it) and the base registration form works with the default template in use your changes would be the problems if there are any issues when your custom template is in use.  If ours default template works and your custom template doesn't you're beyond support our support staff can provide.  If you need help from Geodesic you would need to purchase developer time through sales or consult with an external developer familiar with html and Smarty code. To emphasize the point changes like these are beyond the scope of support that we provide through our support staff.  If you can temporarily remove the use of your system template (renaming it) and the base registration form works with the default template in use your changes would be the problems if there are any issues when your custom template is in use.  If ours default template works and your custom template doesn't you're beyond support our support staff can provide.  If you need help from Geodesic you would need to purchase developer time through sales or consult with an external developer familiar with html and Smarty code.
 +
 +To see the full list of fields that can appear in this page you only need to place the [[designers:debug_smarty_tag|{debug} (debug tag explained further here)]] within the page template in use on this page and you'll see the popup for that includes all available variables.  We've included a list of those available in the above loop:
 +
 +firstname
 +lastname
 +company_name
 +business_type
 +address
 +address_2
 +regions (different levels)
 +zip
 +phone
 +phone_2
 +fax
 +email
 +email_verifier
 +email2
 +email_verifier2
 +url
 +
 +and for the 10 site wide optionals field there are 1-10
tutorials/design_adv/examples/registration_form.1370362465.txt.gz · Last modified: 2014/09/25 16:55 (external edit)