-

TinyBuilder

Bike ✔
Mar 19, 2012
717
66
Hey, um I put them in but every time i click register it just refreshes the main page?.=


Go to index page, and replace :

Code:
<a class="join-now-link" id="register-link" href="{site}/quickregister" onclick="startRegistration(this); return false;">

With

Code:
<a class="join-now-link" id="register-link" href="{site}/quickregister/start" onclick="startRegistration(this); return false;">


Note : It may be quickregister or register, depends upon your CMS. Just change it to quickregister/start

Good luck, :up:
Tiny
 

Users who are viewing this thread

Top