- This topic has 5 replies, 3 voices, and was last updated 8 years, 2 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Hook after profile edit with Form Builder add-on
Hi!
I’m trying to save data generated in the “Form builder” Registration/Profile edit forms into custom tables. I have done this with the registration successfully, using the hook “swpm_front_end_registration_complete_fb” and the resulting $member_info array.
I’m having trouble doing the same after editing the profile, since “swpm_front_end_profile_edited” is not firing after the user edits the profile with the corresponding “Form builder” form.
Is there a specific hook for this, something like “swpm_front_end_profile_edited_fb” that fires after editing the profile with the form builder? Would it be possible to add something similar to this?
Thanks and regards,
Gabriel
Hi, for the Form Builder addon please create a premium support ticket.
Thank you
Hi!
I did, and the answer I got from WP Insider was to post this here.
Hi, Can you please post this in the forum here: https://simple-membership-plugin.com/forums/forum/simple-membership-plugin/
Thanks, Gabriel
Hi, my apologies. I have submitted a message to the developers to investigate further your request.
Kind regards
The following hook gets triggered after an edit:
do_action('swpm_front_end_profile_edited_fb', $this->data);
Perfect, thank you!