• Resolved mrjeet

    (@mrjeet)


    Hi,
    I know I am missing something quite obvious but can’t get around to it.

    How do I include the “Terms of Use” agreement as part of the registration process whereby the user can register only if he/she agrees to the terms?

    Is it as simple as having a checkbox field with the content and making it a required field?

    https://wordpress.org/plugins/ultimate-member/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ultimate Member

    (@ultimatemember)

    Yes you can do that or use the content block to add text at bottom of form that says something like: By clicking Create an account, you agree to our Terms and that you have read our Data Policy, including our Cookie Use.

    That is what many sites do e.g facebook rather than have a checkbox.

    Thanks

    Thread Starter mrjeet

    (@mrjeet)

    Thanks. Yup, I had a feeling that I was making a simple matter too complex. I am marking this topic as resolved.

    (for those who want to include a small text area to display the Terms of Use where the user has to scroll to the bottom to check the I agree, use the following steps:
    1. Copy paste your terms in a “Content Block”.
    2. Use the Custom CSS to style the font size and importantly, use the overflow property to set a scroll box. For example,

    div {
    width: 150px;
    height: 100px;
    overflow: scroll;
    }

    Set the width and height as per your needs.

    Plugin Author Ultimate Member

    (@ultimatemember)

    Thanks for sharing that nice suggestion!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Include "Terms of Use" agreement at time of Registration’ is closed to new replies.