I have a registration form. There is a check box to agree to the 'Terms of Service' but I don't see where I actually define this? Where do I put the 'Terms of Service' text??

    arimakidd

    Hi,

    I applied the suggestion in this tips: https://www.gavick.com/documentation/joomla/terms-conditions-registration-checkbox into your site and it's showing fine now.

    Basically, you will need to create an article--which will contain the text for term of services, then go to User Profile plugin in backend of your site > load that article.

    Beside that, I also add this custom CSS code into the 'custom.css' file on your site to solve the conflict in style of K2 and Joomla:

    #k2Container.k2AccountPage .modal { display: inline-block !important; }
      Write a Reply...
      You need to Login to view replies.