Adding Fields to Registration Forms - Joomla! Forum - community, help and support
i looking add custom fields registration form new users page. need forms record data mysql database.
i aware of user-profile plugin need these new fields record same database (#_users) other registration fields , contained under same "registration" header/title on front end.
i comfortable editing whatever php , xml files , making changes myphpadmin needed well.
any appreciated!
thank you,
jacob c
i aware of user-profile plugin need these new fields record same database (#_users) other registration fields , contained under same "registration" header/title on front end.
i comfortable editing whatever php , xml files , making changes myphpadmin needed well.
any appreciated!
thank you,
jacob c
the additional fields recorded in table xyz_user_profiles. table contains following columns:
- user_id
- profile_key
- profile_value
- ordering
note:
(a) xyz_ table prefix used joomla! site
(b) colum profile_key contains values such profile.address1, profile.address2, profile.city, , forth.
so, if want display these values particular user, join table xyz_users table values both tables.
hope information helps...
- user_id
- profile_key
- profile_value
- ordering
note:
(a) xyz_ table prefix used joomla! site
(b) colum profile_key contains values such profile.address1, profile.address2, profile.city, , forth.
so, if want display these values particular user, join table xyz_users table values both tables.
hope information helps...
Comments
Post a Comment