Active
Project:
Janrain Social Login
Version:
7.x-2.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2011 at 04:30 UTC
Updated:
2 Oct 2011 at 17:29 UTC
Hi,
i am not sure about it, Is it necessary to map all the fields only to text field? i was not able to map gender to an option or radio, and birth date to a date field.
Any Idea or any pattern we will get the values so that we map it to correct fields.
Thanks,
Dinesh
Comments
Comment #1
rafamd commentedGood question, in the case of user entity fields, the on-screen help text in the demo site version of the module says that only text fields are supported. Maybe this has changed ?
What about custom fields ? is it possible to populate a subfield from a custom field ? maybe using code ?
thanks
Comment #2
rafamd commentedDinesh, only assign issues to yourself if you plan to resolve the same, that's the purpose of that field.
Marking as a support request, may evolve to a feature request but don't think it is a bug because as I said above, it's very possible this features aren't implemented.
Comment #3
Dinesh Kumar Sarangapani commentedThanks rafamd,
so as per the data available in https://rpxnow.com/docs#profile_data can the data be analysed using regular expression and assigned to its type, say for example a Date field has a pattern yyyy-mm-dd ?
Comment #4
rafamd commentedHi Dinesh, I don't really know :) Maybe George (the module maintainer) can give us some hints on all this subject. As far as I could see in the docs you pointed out, the birth date is provided by janrain using that pattern (yyyy-mm-dd), with year==0000 when data is not available.