HomeHome Product Discus... Product Discus...Payment Registr...Payment Registr...Removing and adding fieldsRemoving and adding fields
Previous
 
Next
New Post
12/10/2010 6:45 PM
 

How do I remove the "CREATE PASSWORD ( Email will be your UserName ) " fields. Also, how do I add 12 more custom fields to the form?

 
New Post
12/11/2010 12:17 PM
Accepted Answer 

In the registration module settings under the confirmation page setup section their is a checkbox titled "Show User Name" when checked the user will be prompted to enter their user name that will be used as their DNN user name to login to your portal and the label "CREATE PASSWORD ( Email will be your UserName )" will be changed to "Enter Username and password". When unchecked the user will not be prompted to enter a user name and their email address will be used as their DNN login and the label displayed is "CREATE PASSWORD ( Email will be your UserName )". The label is set in code behind so you cant modify it by changing the ascx page but checking the "Show User Name" checkbox will change it as described.

In the payment registration module settings under the step 1 setup section the following additional custom fields are supported out of the box:

  • Listbox
  • Checkbox
  • Dropdown
  • 3 textbox fields
  • Comments (multi line textbox)

You can show/hide these fields in the module settings and if they are displayed they will save to the database after successful registration/payment. As an alternative you can modify the step1.ascx page and add additional html fields as desired but will not saved be saved to the database by the module. If you would like us to modify the module to add more custom fields please send an email to sales@smith-consulting.com

Dave


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...Payment Registr...Payment Registr...Removing and adding fieldsRemoving and adding fields