Title: Integration problem
Last modified: August 22, 2016

---

# Integration problem

 *  Resolved [Rajo](https://wordpress.org/support/users/rajolalaina/)
 * (@rajolalaina)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/integration-problem-3/)
 * Hello,
    I have install getresponse integration on my site. I use WP 4.1.1 and
   Buddypress 2.1.1 The goal is to be able to use getresponse for my mailing from
   the WordPress registration page. I have enabled the field to “register via the
   registration page”. But when I registered on the site, contacts are not added
   to the directory of the getresponse campaign. How to solve the problem NB: I’m
   using the WP – BP registration form
 * [https://wordpress.org/plugins/getresponse-integration/](https://wordpress.org/plugins/getresponse-integration/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [GetResponse](https://wordpress.org/support/users/getresponse/)
 * (@getresponse)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/integration-problem-3/#post-5882715)
 * 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](https://wordpress.org/support/users/rajolalaina/)
 * (@rajolalaina)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/integration-problem-3/#post-5882728)
 * 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,
 *  Plugin Author [GetResponse](https://wordpress.org/support/users/getresponse/)
 * (@getresponse)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/integration-problem-3/#post-5882729)
 * 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](https://wordpress.org/support/users/rajolalaina/)
 * (@rajolalaina)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/integration-problem-3/#post-5882782)
 * 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
 *  [ADvi](https://wordpress.org/support/users/advi/)
 * (@advi)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/integration-problem-3/#post-5882881)
 * 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.
 *  Plugin Author [GetResponse](https://wordpress.org/support/users/getresponse/)
 * (@getresponse)
 * [11 years ago](https://wordpress.org/support/topic/integration-problem-3/#post-5882906)
 * 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

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Integration problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/getresponse-integration_e5ecc7.svg)
 * [GetResponse for WordPress](https://wordpress.org/plugins/getresponse-integration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/getresponse-integration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/getresponse-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/getresponse-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/getresponse-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/getresponse-integration/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [GetResponse](https://wordpress.org/support/users/getresponse/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/integration-problem-3/#post-5882906)
 * Status: resolved