Adding Cell Phone on registration by the user
Description:
Could you help me with this instructions please:
How do i add phone number field for new members when they join?
Solution
The page template here:
1. _frameworks/main/oryx/join.html
The main php code here:
1. join.php
2. _include/current/cjoinform.class.php
3. _include/current/cjoinpage.class.php
A new field for phone number better to add through the editor fields http://prntscr.com/b6erih
To add to the registration form you need to submit it to the code cjoinform.class.php
Processing the entered data, you need to add code here cjoinpage.class.php
Manager's comment