Hi All,
I am looking for a way to map buddypress user fields entered in registration to the formidable forms, or the other way around if I set the formidable forms registration instead of buddypress. Is there an easy work around on this?
Thanks!
Formidable has developer hooks such as frm_after_create_entry that you can use for writing anything you want to the database after an entry is created, i.e., a user is registered. I guarantee you that BuddyPress has the same thing. e.g., https://www.buddyboss.com/resources/reference/functions/bp_core_signup_user/
Please login or Register to submit your answer