Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Marcus Thompson

    (@marcus-thompson)

    I fixed the problem.

    I changed the html to:

    I have read and agree to the <*a href=terms-and-conditions-of-use/ target=”_blank”>Terms & Conditions of Use</a*> (omit the asterisks)

    This took care of the link issue and opens the link in a new window so the user doesn’t have to leave the form.

    I think the issue is on line 118 of terms-of-use2/classes/helpers/TouAppHelper.php

    Try changing this:
    <label for=”terms” class=”checkbox”><?php echo $agreement_text ?></label>

    to this:
    <label for=”terms” class=”checkbox”><?php echo stripslashes($agreement_text) ?></label>

    It would be appreciated if you could try this fix and post back if it worked for you. Thanks!

    @sswells

    That totally fixed it. by changing line 118 with the solution you posted.

    So when i click register, and click show terms of usage, it goes to the term of use page i had set correctly this time, rather than a error page not found as before.

    Hm …. just something i noticed.

    When you click term of use, it ticks it …. why not have that pop up as a frame or a new windows rather than open in existing ?

    Just a thought :/

    Also is there any easier way to add a term of service to the bottom of the web site ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Terms of Use] [terms-url] shortcode not working’ is closed to new replies.