Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to customize register form
red010182
New
Hello there:
I've read the thread "Custom Registration Form" at http://vanillaforums.org/discussion/comment/142065#Comment_142065
However, I still can't find the answer when need to add a "contact phone number" field when user registering.
Whatever by modifying the existing registration form or create a new one, can someone show me how?
I'll be very appreciated for anyone who can help.
Thanks.
I've read the thread "Custom Registration Form" at http://vanillaforums.org/discussion/comment/142065#Comment_142065
However, I still can't find the answer when need to add a "contact phone number" field when user registering.
Whatever by modifying the existing registration form or create a new one, can someone show me how?
I'll be very appreciated for anyone who can help.
Thanks.
Tagged:
0
Best Answers
-
Todd Vanilla StaffI do believe that you can:
1. Add the field to the GDN_User table.
2. Add the input to the appropriate /applications/dashboard/views/entry/register*.php file.
If you have a custom theme I recommend copying the view to your theme.0
Answers
1. Add the field to the GDN_User table.
2. Add the input to the appropriate /applications/dashboard/views/entry/register*.php file.
If you have a custom theme I recommend copying the view to your theme.
grep is your friend.