Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2008
    Posts
    187
    Plugin Contributions
    0

    Default odd form field on create account page

    I have upgraded from 1.3.9e to 1.3.9h but now I have an odd form field on the create account page:



    Can anyone help? The code around that area is:

    Code:
    &nbsp;<span class="alert">*</span> 
    <br class="clearBoth" id="stBreak" /> 
    <label class="inputLabel" for="state" id="stateLabel"></label> 
    <input type="text" name="state" value="&nbsp;" size = "33" maxlength = "32" id="state" />&nbsp;<span class="alert" id="stText">*</span><br class="clearBoth" /> 
     
    <label class="inputLabel" for="postcode">Post/Zip Code:</label> 
    <input type="text" name="postcode" size = "11" maxlength = "10" id="postcode" /><span class="alert">*</span><br class="clearBoth" />

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: odd form field on create account page

    You are missing some classes from your stylesheet.css ...

    You need to add:
    .hiddenField {
    display: none;
    }
    .visibleField {
    display: inline;
    }
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Oct 2008
    Posts
    187
    Plugin Contributions
    0

    Default Re: odd form field on create account page

    Thank you it worked!

    But is there also some further css magic that would now create the "missing" spaces above and below the form field for the zip code?



    If not, I guess I will live with it.

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: odd form field on create account page

    That would again be in the stylesheet.css but you would need a designer type to peek at your site, rather than an image, to probably fix that ...

    I am but a humble coder ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. How do I remove the Country field from the Create Account Form?
    By Shaunus in forum Basic Configuration
    Replies: 8
    Last Post: 7 Apr 2011, 12:04 PM
  2. Hidden Field in Create Account Form causing problems
    By marleyman in forum General Questions
    Replies: 11
    Last Post: 9 Feb 2008, 06:16 PM
  3. Create account Form field allign
    By manfer72 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 8 Jan 2008, 12:01 AM
  4. Create account page - how to fix a field?
    By Kruna in forum General Questions
    Replies: 0
    Last Post: 23 Jun 2007, 02:23 AM
  5. Modifying the account create to include form field hints
    By davidhwalker in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 May 2007, 03:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg