ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Limiting Input Field Lengths
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Limiting Input Field Lengths

 Post Reply Post Reply
Author
Message
alldayangler View Drop Down
Newbie
Newbie


Joined: 14-March-2007
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote alldayangler Quote  Post ReplyReply Direct Link To This Post Topic: Limiting Input Field Lengths
    Posted: 14-March-2007 at 10:18am
I need to modify PC so that there is a limit on the number of characters that can be entered into a customers name and address fields when ordering.  Currently it allows more characters than the accounting program we use allows.  How do I do this?  Your help is appreciated.
Back to Top
netprofits View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers


Joined: 05-January-2006
Location: United States
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote netprofits Quote  Post ReplyReply Direct Link To This Post Posted: 14-March-2007 at 11:08am

You would need to edit login.asp. There are two areas you may want to modify:
1. For PC version 3.051, lines 292-304 and 347-360 define the maximum lengths allowed for the main form fields. Just decrease the numbers at the end of each line accordingly. This will force the fields to be truncated to the length you specify but won't restrict what the customer actually enters.

2. To restrict the length of data customers can actually type, you would need to add the MAXLENGTH parameter to the corresponding form fields. These form fields start around line 1250. Here is a sample of Maxlength:

<INPUT TYPE=TEXT NAME="fieldname" MAXLENGTH=20>

This will only allow the user to type 20 characters in the field.

NetProfits Internet Consulting

Certified ProductCart Developer

Our Site
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.078 seconds.