1. Jeansuizo
  2. Features Request
  3. Saturday, September 24 2016, 08:58 AM
Hi,
I'm new User of Joomla, and try to discover how to bring an optimal unification of all form fields in each extension:

I want to see the same values the user registrates through easy profile fields and -extra fields put inside of each other form I have (by default) in other extensions the site: In Jomsocial user profile, in Community Answers, Community Polls, in Membership Pro, in Jomdonation, in CJ Forum, in RSForm Pro, in JSN Uniform fields, and in Event booking.

At the moment, only few fields (for example from event registration) are appointing automatically to the core joomla registration fields. Other fields like for example "Special interest" or "Profession" in easyprofile are seen empty in any event registration form, or in Jomsocial user profile fields too. I want to avoid the user to fill each time the same fields, than they have to do a quite complete first registration process, and after this, they should never more have to do it...

Can you give me a complete/comprensive information about this? I found too little instructions/videos about this. I guess I'll have to ask every extension maker separately to PUT the values, but WHICH value name, and from which adress?

I hope my request is understandable.
Thank you!

Jean
admin Accepted Answer
Admin
Hi,
sorry for late reply, it was a weekend for us and our offices are closed :D

All Easy Profile data are stored into table #__jsn_users, you will find, for each field, a column in this table. In this table the column id is primary key and it is same ID of Joomla user table (#__users).
Note: the value of the checkbox and select (with multi value option enabled) field type is stored in JSON format.

To retrieve Easy Profile data we recommend to use our API, see docs about this at http://docs.easy-profile.com/index.php/article/jsnuser-object

About other extensions I have little knowledge, but for example I know that RSForm allow you to get value of inputs from other extension like Easy Profile, and you can autofill all data with our APIs, for example read here https://www.easy-profile.com/support/read-easy-profile-fileds-in-rsform-extensions.html
  1. more than a month ago
  2. Features Request
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.