- This topic has 2 replies, 2 voices, and was last updated 1 year, 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Suggestion: Adding Action Hook from core also to Form Builder
Hi. I use the form builder for the registration form.
In the core function for the registration form there is a action hook just after the form is submitted:
do_action( 'swpm_front_end_registration_form_submitted' );
This is lacking in the form builder plugin and I would love to use something like that. Therefore I’m suggesting to add it.
My best guess is that it would fit well in file class.swpm-fb-form.php at line 512 after:
if ( $this->formmeta->type == self::REGISTRATION ) {
It would be great if the devs could have a look and pick up this suggestion.
Thanks Sascha
We have the following hook which is triggered by the Form Builder addon after the registration form is submitted. Take a look at this:
https://simple-membership-plugin.com/simple-membership-action-hook-reference/#swpmfbfrontendregistrationformsubmitted
Thank you. That works perfectly! 🙂