Hi,
I’m using BuddyBoss, which includes BuddyPress XProfile fields, and I want to map Formidable Form field data to the relevant XProfile fields when a user submits a form. For example:
- Formidable Field:
Name
(John Doe) should map to the XProfileName
field. - Formidable Field:
City
should map to the XProfileCity
field.
In the user registration confirmation options, there’s an option to map Formidable fields to WordPress meta values using custom field keys. For example:
Meta Key Value (Formidable Fields)
First_name First Name
Last_name Last Name
Billing_phone Phone
However, I’m unsure how to map Formidable form fields to BuddyPress XProfile fields since I don’t know the correct meta key for XProfile fields. I’ve tried various meta keys, such as:
bp_xprofile_field_id_1 = First Name (Formidable field)
But this approach hasn’t worked. Other popular form builders, like Gravity Forms and Fluent Forms, have built-in options to map BuddyPress XProfile fields, automatically detecting and displaying all XProfile and form fields for easy mapping.
Formidable Forms is a powerful form builder that I greatly appreciate, but it lacks the option to map fields to BuddyPress XProfile fields. Could you please consider adding this feature, or provide guidance on the correct meta keys or code snippets to map Formidable form fields to BuddyPress XProfile fields?
Thank you for your assistance!
Best regards,
Zeeshan