• Resolved ma3ry

    (@ma3ry)


    I would like to add the WPMU Terms of Service to my Registration page. WPMU says:

    This is a 3rd party plugin registration page. I can see you have used a shortcode. Standard registration form hook should be added in that shortcode rendered html.

    in TOS plugin, the TOS checkbox is added using some hooks that is available in standard registration form. So, if those are not in the form, the TOS won’t be appeared.

    Would you please contact the plugin developer so that they can fix it?

    Can you tell me how I deal with this please?

    https://www.ads-software.com/plugins/simple-membership/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi Mary, the plugin developers will investigate further your request.

    Kind regards

    Thread Starter ma3ry

    (@ma3ry)

    Many thanks!

    Plugin Author wp.insider

    (@wpinsider-1)

    We do have the following hook at is available on our registration form. You can use this hook to add more input/fields to the registration form:

    swpm_before_registration_submit_button

    Details of that hook is available here:
    https://simple-membership-plugin.com/simple-membership-filter-hook-reference/

    I believe they are referring to the standard WP registration page. Our plugins registration page is COMPLETELY different. It uses a front-end registration form that has nothing to do with the standard WP user registration page.

    So that is not something that I can do anything about. It is how this plugin works.

    Our recommended way of adding a terms checkbox to the membership registration page is to use the form builder addon:
    https://simple-membership-plugin.com/simple-membership-form-builder-addon/

    Then you can customize all the form fields and add a checkbox field in there (that checkbox field will be your terms field).

    The other alternative is to add a text below the registration form that says something like “By registering you agree to our TOS”.

    Those are the only supported options with our plugin.

    Thread Starter ma3ry

    (@ma3ry)

    Excellent information! Thank you so much!

    Thread Starter ma3ry

    (@ma3ry)

    I received the following from WPMU if you would like to pass it on to the developers re adding their Terms of Service plugin to your registration page.

    They need to have standard wordpress hook. The following are standard for wp and bp:

    signup_extra_fields
    bp_before_registration_submit_buttons
    register_form
    wpmu_validate_user_signup
    bp_signup_validate
    registration_errors

    Those standard hooks are used for form field and validation process that should be available in any custom registration system.

    Hope it helps ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Terms Of Service – Add To Registration Page’ is closed to new replies.