10 Responses to Customize Signup Form

  1. myrtle843 June 4, 2013 at 12:45 am #

    Just what I was looking for…thanks!

  2. HAUTEBUTCH May 18, 2013 at 12:07 am #

    We would like to have that plug-in also because we are having the same problem. Our email address is admin@hautebutch.com

    Thanks in advance.

    • antonio May 21, 2013 at 7:09 am #

      Please, check out above comment.
      cheers

  3. hblue May 3, 2013 at 3:09 pm #

    Thanks for the kind response.

    This is what i have done so far. I installed ‘Profile Builder’ and added the short code in the form like this:

    [affiliates_is_not_affiliate]

    You can join the affiliate program here:

    [affiliates_registration]
    [wppb-register]

    [/affiliates_is_not_affiliate]

    Don’t know how to integrate the API with Profile Builder. Can you do this for me? All i want it to create few fields on the registration. I expected that this feature should have been a part of this since this is on wordpress and i have installed the woocommerce integration pack too. Honestly, this feature is very unsatisfactory. These extra addons like profile builder and captcha will definitely hurt the robustness of this plugin, just a suggestion that you should include these feature to the Affiliates plugin itself.

    • kento May 10, 2013 at 10:22 am #

      Hi,
      We’re working on a plugin that allows to add additional fields to the registration form and provides a shortcode that can be used as a substitute for the one that comes by default. You’ll have access to a pre-release later on today.
      Cheers

      • hblue May 11, 2013 at 8:51 pm #

        Is it up? From where can i download the plugin?

        • kento May 13, 2013 at 8:13 am #

          I sent it to you directly.

          • leokoo May 18, 2013 at 4:13 pm #

            Hi Kento, could you send me a copy as well? Would help if we get the address and phone number of affiliates, as some don’t do paypal, and prefer a cheque.

  4. kento May 2, 2013 at 10:23 am #

    Hi, thanks for the nice comment 🙂

    I recommend to use the Profile Builder plugin (see Useful Plugins) to add any additional fields to the affiliate’s user profile.

    The affiliate sign-up form is kept simple in order to make it easy for new affiliates to sign up automatically. But if you want to provide more fields on registration, then you can also derive a custom version of the registration form or use your own form and call the API to store the new affiliate.

    Hints for that originally provided in this comment:

    As the fields on the form that is provided are fixed, the best way to do this is to derive a custom version of the registration form. You can do this by using the form provided in lib/core/class-affiliates-registration.php, for example rename the class to Affiliates_Registration_Customized, in init() change

    add_shortcode( 'affiliates_registration', array( 'Affiliates_Registration', 'add_shortcode' ) );

    to

    add_shortcode( 'affiliates_registration_customized', array( __CLASS__, 'add_shortcode' ) );

    so that you can use the [affiliates_registration_customized] shortcode to render your own version of it. You would just have to remove the fields you don’t want in the code and you’re set 🙂

    Another way to do it would be to use a form you provide yourself which then uses one of the methods defined in the original class to create an affiliate entry. Once you have your user ID, you can call

    Affiliates_Registration::store_affiliate( $user_id, $userdata );

    The $userdata array expects to have entries for first_name, last_name and email.

We use cookies to optimize your experience on our site and assume you're OK with that if you stay.
OK, hide this message.

Affiliates · Contact · Jobs · Terms & Conditions · Privacy Policy · Documentation · Downloads · Useful Plugins · My Account

Share