Hi,
“register via the registration page” refers to WP registration page,
Buddypress is not a part of WP, is additional plugin.
In your case you should grab email from BuddyPress registration
page (instead of WP registration) so you have to add some action after submit BuddyPress form.
If you are comfortable with adding php code – you can add simple piece of
code to handle that based on our plugin.
Thread Starter
Rajo
(@rajolalaina)
Thanks for your reply.
I can put the snippet on necessary files.
Here is the end of the code of the buddypress register.php file after sending the registration form.
Where is that I put the code snippet? I use a child theme.
You can give me a model?
`”<?php do_action( ‘bp_before_registration_submit_buttons’ ); ?>
<div class=”submit”>
<input type=”submit” name=”signup_submit” id=”signup_submit” value=”<?php esc_attr_e( ‘Complete Sign Up’, ‘buddypress’ ); ?>” />
</div>
<?php do_action( ‘bp_after_registration_submit_buttons’ ); ?>
<?php wp_nonce_field( ‘bp_new_signup’ ); ?>
<?php endif; // request-details signup step ?>
<?php if ( ‘completed-confirmation’ == bp_get_current_signup_step() ) : ?>
<?php do_action( ‘template_notices’ ); ?>
<?php do_action( ‘bp_before_registration_confirmed’ ); ?>
<?php if ( bp_registration_needs_activation() ) : ?>
<p><?php _e( ‘You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.’, ‘buddypress’ ); ?></p>
<?php else : ?>
<p><?php _e( ‘You have successfully created your account! Please log in using the username and password you have just created.’, ‘buddypress’ ); ?></p>
<?php endif; ?>
<?php do_action( ‘bp_after_registration_confirmed’ ); ?>
<?php endif; // completed-confirmation signup step ?>
<?php do_action( ‘bp_custom_signup_steps’ ); ?>
</form>
</div>
<?php do_action( ‘bp_after_register_page’ ); ?>
Thank you very much,
Hello,
In my opinion you should do action after confirmation so:
“bp_after_registration_confirmed” or even something like “bp_core_activate_signup”.
Please contact with Buddypress Support where to put action correctly in this case.
This case does not concern getresponse-integration plugin.
Thread Starter
Rajo
(@rajolalaina)
could you give me an example of code to add the contact a getresponse if form is assumed to confirm after bp_after_registration_confirmed.
(we use GraApi.class.php or we need jsonRPCClient?)
thanks
I want to add this integration to woocommerce login/register page (woocommerce\myaccount\form-login.php). What code should I use and where I need to put it?
Thanks.
After so many questions about integration with BuddyPress and WooCommerce..
We would like to inform that we have already added subscription via Buddypress registration form and via WooCommerce register page.
Please upgrade plugin to the latest ver 2.2