Hey,
What i want to do is have a form that auto adds the users name, address and phone from a database.
I’ve currently have User Extended Fields for K2 install and with that i've been able to get all the fields required to show up within the profile. All the fields are stored within the table jos_k2_users with their real name stored in the field called "userName" and the address and phone stored within the field "plugins" (see below)
So what I’m wanting to do is have a form where you need to be logged in to use and the form to auto fill that data into the correct fields to save the user having to type it all out again.
I’m normally very good with html but I have no idea when it comes to databases so any help would be great!
What i want to do is have a form that auto adds the users name, address and phone from a database.
I’ve currently have User Extended Fields for K2 install and with that i've been able to get all the fields required to show up within the profile. All the fields are stored within the table jos_k2_users with their real name stored in the field called "userName" and the address and phone stored within the field "plugins" (see below)
userExtendedFieldsaddress=123 fake street
userExtendedFieldscity=fake town
userExtendedFieldsstateOrProvince=fake state
userExtendedFieldszipCode=1234
userExtendedFieldscountry=fakeville
userExtendedFieldstelephone=1234567890
userExtendedFieldsmobile=1234567890
So what I’m wanting to do is have a form where you need to be logged in to use and the form to auto fill that data into the correct fields to save the user having to type it all out again.
I’m normally very good with html but I have no idea when it comes to databases so any help would be great!