Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Sign-up page messed up with advanced search ?!

Sign-up page messed up with advanced search ?!

Locked

Views: 1,215

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
12 Mar 2007, 2:05 PM
#1
ryhn avatar

ryhn

New Zenner

Join Date:
May 2005
Posts:
12
Plugin Contributions:
0

Sign-up page messed up with advanced search ?!

I suddenly found that when I tried to sign-up, the page was submitted as "advanced search". Can you help me to figure out the reason?

Btw, I installed: login side box, sagefish apple template.

......
.......

<fieldset> <legend>Newsletter and Email Details</legend> <input name="newsletter" value="1" checked="checked" id="newsletter-checkbox" type="checkbox"><label class="checkboxLabel" for="newsletter-checkbox">Subscribe to Our Newsletter.</label><br class="clearBoth">

<input name="email_format" value="HTML" id="email-format-html" type="radio"><label class="radioButtonLabel" for="email-format-html">HTML</label><input name="email_format" value="TEXT" checked="checked" id="email-format-text" type="radio"><label class="radioButtonLabel" for="email-format-text">TEXT-Only</label><br class="clearBoth">

</fieldset> </fieldset> <div class="buttonRow forward"><input src="includes/templates/d2/buttons/english/button_submit.gif" alt="Submit the Information" title=" Submit the Information " type="image"></div> ...... ......
12 Mar 2007, 2:34 PM
#2
ryhn avatar

ryhn

New Zenner

Join Date:
May 2005
Posts:
12
Plugin Contributions:
0

Re: Sign-up page messed up with advanced search ?!

I've figured the reason:

I changed 2 files under my template/templates/

tpl_login_default.php
tpl_modules_create_account.php

I was trying to remove the login box on the sign-up page which lead to that problem. Can anyone let me know what is the correct procedure to remove the login boxes on the sign-up page? I got the login side box and want to let the sign-up page a bit concise.

Thanks.

12 Mar 2007, 4:32 PM
#3
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,612
Plugin Contributions:
0

Re: Sign-up page messed up with advanced search ?!

Change your link to go directly to tpl_create_account.php instead of to tpl_login.php

13 Mar 2007, 8:15 AM
#4
ryhn avatar

ryhn

New Zenner

Join Date:
May 2005
Posts:
12
Plugin Contributions:
0

Re: Sign-up page messed up with advanced search ?!

Got it.
TYVM