Support Forum

 
Current User: Guest
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Terms page open in a new window

New
UserPost

9:12 pm
December 29, 2010


Adam

 
1

Hi,

First of all I would like to say this is a great plugin!

I use it for my signup page (http://azlogistics.com). New members have to agree to TOU before they can register, but I was wondering if it's possible to make the Terms Page open in a new window where they can just read our TOU and then close it without being redirected to that page and then having to re-input their info at the signup page? Basically a pop-up option for Terms Page. What code and where would have to be added?

Thank you

5:27 pm
March 17, 2011


Kym

 
2

Hi

 

I got this to work by opening the terms-of-use.php file in the plugin, and changing the line 

<label for="terms" class="checkbox">I have read and agree to the <a href="<?php echo $terms_url ?>">Terms & Conditions</a></label>

to

<label for="terms" class="checkbox">I have read and agree to the <a href="<?php echo $terms_url ?>" target="_blank">Terms & Conditions</a></label>

 

Cheers

 

Kym

New

Reply to Topic:
Terms page open in a new window

Guest Name (Required):

Guest Email (Required):

Smileys
Cool Surprised Smile Wink Laugh Confused Cry Embarassed Frown
Post New Reply

Guest URL (required)

Math Required!
What is the sum of:
5 + 3
   


New