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

rafamd’s picture

Good 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

rafamd’s picture

Assigned: Dinesh Kumar Sarangapani » Unassigned
Category: bug » support
Priority: Major » Normal

Dinesh, 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.

Dinesh Kumar Sarangapani’s picture

Thanks 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 ?

rafamd’s picture

Hi 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.