View Single Post
  #1  
Old 03-06-2006, 06:55 PM
 
vikkip vikkip is offline
 

Newbie
  
Join Date: Apr 2005
Posts: 3
 

Default URL field, want to remove http://

I had to use the URL field in the xcart_customers table to hold different data. I was able to do most of what I need. One thing remains, I need to drop the
Code:
http://
that is automatically placed in front of the data entered into the field. For instance, if you enter
Code:
Hello World
into the URL field, you get
Code:
http://Hello World
back. I have hunted through templates, php files, includes and still can't find it! I know it's being added to the data before it's sent to the database, because
Code:
http://
is in the database. Can anyone help me find this? I'm wondering if it's done with javascript...

-Vikki

THIS PROJECT: Gold cart, Version 4.0.14
__________________
Vikki Peroza
web designer/developer
CommonPlaces e-Solutions, Inc.
Reply With Quote