Results 1 to 2 of 2

Thread: Login Modul - more Settings

  1. #1
    New user
    Join Date
    11-11-15.
    Posts
    1

    Default Login Modul - more Settings

    Hi Guys,

    I want my users to accept the general terms and conditions, so i need a new field where they have to confirm that the have read them. Can you tell me how to add a new field to the Login-Modul?

    I hope you can help me, it's really urgent.

  2. #2
    New user
    Join Date
    05-19-11.
    Posts
    22

    Default

    Hi,
    you can modify the "mod_login_1cl" model. (or 2cl depending on your setup)

    Just add a checkbock with required option including a link to your Terms page:

    <div class="checkbox_container">
    <input type="checkbox" name="terms" id="terms" class="checkbox" required>
    <label for="terms">I've read the {{link::*}} </label>
    </div>


    That should do the trick.

    Regards

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •