Announcement

Collapse
No announcement yet.

Return emails but have bad addresses

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Yes, use that code

    Yes, we have had that code in place for years - putting a capital letter at the start of each word, putting the main town and postcode in capitals. It saves a huge amount of manual editing if you want peoples' details to look right, or saves the details looking very unprofessional if not edited. Prior to this we found that about 80% of people either typed all in lower case or all in upper case.

    Sarah

    Comment


      #17
      indeeed, peapuls gramma is shat theze dayz, gone is pride, spede iz awl zat cownts.

      Comment


        #18
        Thats most impressive Lee, you little teeny bopper you
        Chris Ashdown

        Comment


          #19
          Originally posted by leehack View Post
          Add the code from the forum that capitalises all fields, usually a good help in these situations.
          That code does not in itself handle the format of email addresses - but presumably it could, if somebody with the knowledge could look at it please?

          'Capitalise Coupon Code' & 'Capitalise Customer Input' HAVE been put into the KB, but not the whole thing icluding postcodes etc. as far as I could see.
          Paul
          Flower-Stands.co.uk - the UK's largest online supplier of Fresh Flower Merchandising Stands

          Using V10.2 with Norman's brilliantly simple TABBER.

          Comment


            #20
            Doesn't this do it: http://community.actinic.com/showthread.php?t=45487 ?

            * within the software add the following to the relevant input tags:

            onblur="format(this, 'upper')" - to change the field to upper case
            onblur="format(this, 'lower')" - to change the field to lower case
            onblur="format(this, 'capitals')" - to change the field to capital case (ie first letters of each word in capitals)
            onblur="format(this, 'postcode')" - to format the postcode field
            Mike
            -----------------------------------------

            First Tackle - Fly Fishing and Game Angling

            -----------------------------------------

            Comment

            Working...
            X