Announcement

Collapse
No announcement yet.

Wishtlist: Email Verification

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

    Wishtlist: Email Verification

    Is there any chance that in the next revision of catalog we can have a better verification for the email filed. At present, when it is made a required field, any input not null is accepted - we need an algorithm to check that it conforms to name@domain.com or whatever...
    Matt
    Actinic User since v.3

    Custom Actinic Site Specialist:
    <a href="http://www.glowsticksdirect.co.uk/">GlowSticksDirect.co.uk</a>
    <a href="http://www.digishopdirect.co.uk/">DigiShopDirect.co.uk</a>
    <a href="http://www.calibreshopping.co.uk/">CalibreShopping.co.uk</a>

    #2
    I haven't tried it myself, but can you not just add a bit of javascript to the form that checks the content of the email field when the "Next" button is clicked?


    Regards

    Nick
    Hazelnet Web Solutions
    www.hazelnet.co.uk
    Actinic & Worldpay Partners
    Specialising in ecommerce and
    online promotion.

    Workwear and Promotional Clothing
    www.workwearhouse.co.uk
    Logo Your Polo!

    Comment


      #3
      I have done exactly that, and will be modifying the perl scripts for further incantations of the checking, but am hoping that one of the Actinic guys would have the good sense to include proper email verification, especially seeing as "Email Required" is a tick box in Business Settings -> Ordering...
      Matt
      Actinic User since v.3

      Custom Actinic Site Specialist:
      <a href="http://www.glowsticksdirect.co.uk/">GlowSticksDirect.co.uk</a>
      <a href="http://www.digishopdirect.co.uk/">DigiShopDirect.co.uk</a>
      <a href="http://www.calibreshopping.co.uk/">CalibreShopping.co.uk</a>

      Comment


        #4
        Hi Matt

        Did you modify Act_PrimaryCheckout? If so what part did you change?

        I have the javascript code but believe I need to modify the FORM tag to include an OnSubmit call to my code.

        Thanks in advance

        Trevor

        Comment


          #5
          If it's too difficult to fudge the onsubmit you could always use the onchange event in the e-mail fields entry box and use alert to display a warning if the address looked bad.

          i.e

          autocomplete="off" onchange="checkaddress(this.value)"

          You need to set autocomplete="off" as Internet Exploiter rather naughtily doesn't fire the onchange if the client uses autocomplete to alter a text field.

          Norman
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            Hi Matt

            I've got a feeling that email verification may be an item on our wishlist already, but I'll add it again to highlight the request.

            The 'Email Required ...' check box in Business Settings | Ordering is to enable the email notification sent to the merchant.

            Ben
            Ben Popplestone
            Ecommerce website software

            Comment


              #7
              Thanks for the suggestion Norman. That worked a treat.

              Trevor

              Comment

              Working...
              X