Results 1 to 5 of 5

Thread: submitting data from an email using an html form...?

  1. #1
    Senior Member
    Join Date
    Jul 2003
    Location
    Pit, stone.
    Posts
    643
    Thanks
    0
    Thanked
    0 times in 0 posts

    Question submitting data from an email using an html form...?

    Okay,

    I'm doing a mail out of a couple of hundred emails with a couple of questions in - basically market research.

    I want to put the form in the email - in fact, I have done so. However, if I send the email to myself and hit submit, I get no data (like the person's record number that gets sent out via the mailer prog we use) back in my data file - except the server variables (date and time) from the asp bit.

    If I preview the email in a browser and hit submit, the data gets submitted correctly (ie, the html is right). Also works fine if I check the email from a web-based email prog (ie yahoo webmail).

    So basically outlook is not allowing submitting of data directly out of itsself - does this sound about right? Is there a way of getting Outlook to pass data to my submit script?

    Does that make sense??
    Well Hello!

  2. #2
    Ex-MSFT Paul Adams's Avatar
    Join Date
    Jul 2003
    Location
    %systemroot%
    Posts
    1,926
    Thanks
    29
    Thanked
    77 times in 59 posts
    • Paul Adams's system
      • Motherboard:
      • Asus Maximus VIII
      • CPU:
      • Intel Core i7-6700K
      • Memory:
      • 16GB
      • Storage:
      • 2x250GB SSD / 500GB SSD / 2TB HDD
      • Graphics card(s):
      • nVidia GeForce GTX1080
      • Operating System:
      • Windows 10 x64 Pro
      • Monitor(s):
      • Philips 40" 4K
      • Internet:
      • 500Mbps fiber
    You really, really, really don't want to be doing that.

    Assuming all your users are using Outlook is bad.
    Assuming an email program should be able to view and use HTML correctly is bad.
    Letting users get into the habit of receiving HTML emails and simply completing them and hitting "submit" is bad.

    Please just send a plain text email with a URL that the user must copy & paste into a browser to access the form on your site, then your submission problems go away.

    HTML for emails was an awful idea, I wish it had never been implemented - so many phishing scams work through this, plus not all email clients can handle this format so it looks bloody awful.
    ~ I have CDO. It's like OCD except the letters are in alphabetical order, as they should be. ~
    PC: Win10 x64 | Asus Maximus VIII | Core i7-6700K | 16GB DDR3 | 2x250GB SSD | 500GB SSD | 2TB SATA-300 | GeForce GTX1080
    Camera: Canon 60D | Sigma 10-20/4.0-5.6 | Canon 100/2.8 | Tamron 18-270/3.5-6.3

  3. #3
    Sublime HEXUS.net
    Join Date
    Jul 2003
    Location
    The Void.. Floating
    Posts
    11,819
    Thanks
    213
    Thanked
    233 times in 160 posts
    • Stoo's system
      • Motherboard:
      • Mac Pro
      • CPU:
      • 2*Xeon 5450 @ 2.8GHz, 12MB Cache
      • Memory:
      • 32GB 1600MHz FBDIMM
      • Storage:
      • ~ 2.5TB + 4TB external array
      • Graphics card(s):
      • ATI Radeon HD 4870
      • Case:
      • Mac Pro
      • Operating System:
      • OS X 10.7
      • Monitor(s):
      • 24" Samsung 244T Black
      • Internet:
      • Zen Max Pro
    Yup, just use the email to inform them what they need to do and include the link to the survey, anything else is fairly bad practise.
    (\__/)
    (='.'=)
    (")_(")

  4. #4
    IBM
    IBM is offline
    there but for the grace of God, go I IBM's Avatar
    Join Date
    Dec 2003
    Location
    West London
    Posts
    4,187
    Thanks
    149
    Thanked
    244 times in 145 posts
    • IBM's system
      • Motherboard:
      • Asus P5K Deluxe
      • CPU:
      • Intel E6600 Core2Duo 2.40GHz
      • Memory:
      • 2x2GB kit (1GBx2), Ballistix 240-pin DIMM, DDR2 PC2-6400
      • Storage:
      • 150G WD SATA 10k RAPTOR, 500GB WD SATA Enterprise
      • Graphics card(s):
      • Leadtek NVIDIA GeForce PX8800GTS 640MB
      • PSU:
      • CORSAIR HX 620W MODULAR PSU
      • Case:
      • Antec P182 Black Case
      • Monitor(s):
      • Dell 2407WPF A04
      • Internet:
      • domestic zoom
    Daverobev ... I'll third that. It's a bad idea, and assuming cross browser compatability for anything is anything is not good practise. Using a link and getting the user to open the page manually is the best way - you can't even guarentee the user will have their net connection open when they read their emails, they may just download and disconnect, which means they'll go through filling out the form only to find that it does nothing when they submit, which will piss them off no end. Do it the other way.

    unless of course you are doing a phishing scam in which case you need to do the following ... ah, maybe not the best place to discuss this ...

    sig removed by Zak33

  5. #5
    Senior Member
    Join Date
    Jul 2003
    Location
    Pit, stone.
    Posts
    643
    Thanks
    0
    Thanked
    0 times in 0 posts
    Hmm, okay fair enough, makes sense...but the convenience of having it all in one page without having to go to an external page was what was attracting me...using the link I guess I can pass the user data along. Just having it all in one seemed a neat idea, but I bow to your additional knowledge. Cheers chaps and/or chapesses.
    Well Hello!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 10
    Last Post: 09-01-2004, 07:19 PM
  2. Scam email?
    By SarG in forum General Discussion
    Replies: 9
    Last Post: 26-10-2003, 09:29 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
  •