SunQuest
           Client Side Things
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesClient Side Things

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old November 5th, 2004, 11:53 PM
emptiness emptiness is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 11 emptiness User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Collecting data through email

Does anyone know a good way to collect data through email? I wanna send emails to my clients asking them to rate products and receive the answer trough email. But I don't want them to have to write. I tryed to achieve this building a form, but when answering, the form came empty.

I'm thinking about placing a link in the email body, but I really would like them not to have to open a new window.

Anyone have an idea?

Thanks a lot, as always.

Reply With Quote
  #2  
Old November 6th, 2004, 03:19 AM
rehfeld_dot_us rehfeld_dot_us is offline
Codewalkers Novice (500 - 999 posts)
 
Join Date: Apr 2007
Posts: 825 rehfeld_dot_us User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: Collecting data through email

you will need to use a form.

you could have the form submitted w/out opening a new window though, by using javascript.

if you tried a form already and it didnt work, you must have done it wrong. forms in html email certainly work, we have all used them at one point or another.

im not too familiar w/ using html in emails, ive always stuck to plain text mainly, but id imagine w/ the enourmous amount of "security" software out there, and built into email clients, that some might disable forms in html email, and they definately limit javascript, which could make your forms unreliable.

i think it might be best to simply provide a link to a page on your website.

you could do

example.org/collect.php?form=price_quote&id=dfj654f5vsfv4sd

or something to that nature if you need to use different variations of the form for diff customers.

Reply With Quote
  #3  
Old November 6th, 2004, 09:50 AM
tkarkkainen's Avatar
tkarkkainen tkarkkainen is offline
Moderator
Click here for more information
 
Join Date: Apr 2007
Location: Finland
Posts: 2,320 tkarkkainen User rank is Lance Corporal (50 - 100 Reputation Level)tkarkkainen User rank is Lance Corporal (50 - 100 Reputation Level)tkarkkainen User rank is Lance Corporal (50 - 100 Reputation Level)  Folding Points: 10700 Folding Title: Novice Folder
Time spent in forums: 6 Days 8 h 46 m 16 sec
Reputation Power: 4
RE: Collecting data through email

Quote:
i think it might be best to simply provide a link to a page on your website.


I couldn't agree more! There is no need for HTML in the body of an email message. If you need anything else than plaintext to be sent in an email, use attachments or links. HTML emails can (and IMO should) be considered as a security risk.

Hmm, enough ranting for today, I think.

Reply With Quote
  #4  
Old November 6th, 2004, 12:48 PM
AbhiKumar AbhiKumar is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: pune Maharashtra India
Posts: 5 AbhiKumar User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via Yahoo to AbhiKumar
RE: Collecting data through email

One thing i would like to suggest is ... request him to send you formatted email. if your reply address is pop/IMAP there are lot of codes which will help you to read pop/Imap mails but assumption is he will reply your mail.

Reply With Quote
  #5  
Old November 6th, 2004, 04:05 PM
emptiness emptiness is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 11 emptiness User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: Collecting data through email

i made an html email with a form. when you open it, you can see the form and radio buttons working. the problem is after filling the form, you must reply the email to send the data and at this point the form resets to blank. I don't know if a submit button can be placed inside the email.

the problem with using links is that some of my clients can't access to my site because, in their offices, the proxy servers have it blocked. so i thought it was a good idea to collect their opinion using an email.




Reply With Quote
  #6  
Old November 6th, 2004, 05:34 PM
bluephoenix's Avatar
bluephoenix bluephoenix is offline
Levelheaded Curmudgeon
Codewalkers Novice (500 - 999 posts)
 
Join Date: Apr 2007
Location: Syracuse, NY
Posts: 507 bluephoenix User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 13 m 2 sec
Reputation Power: 2
Send a message via AIM to bluephoenix
RE: Collecting data through email

Just email them a link and have them fill out a form on the server. It's the best route to go for oh so many reasons!

-Tim

Reply With Quote
  #7  
Old November 6th, 2004, 08:40 PM
rehfeld_dot_us rehfeld_dot_us is offline
Codewalkers Novice (500 - 999 posts)
 
Join Date: Apr 2007
Posts: 825 rehfeld_dot_us User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: Collecting data through email

if you were trying to submit the form by having them reply to the email, that is why it did not work. you will need to use a submit button.

but again, that wont get around some users being blocked from the whole internet. if they cant follow a link to your website, they also cant submit a form to it from thier email.

you could just preformat the email nicely and leave spaces for thier questions/answers, but then if you want to automate things, youll have to parse the email, which is a lot of work, and will ultimately be unreliable.

i say, either read the emails manually, or use a link to your website. those are going to be the only solutions that reliably collect the info.


Reply With Quote
  #8  
Old November 6th, 2004, 10:18 PM
emptiness emptiness is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 11 emptiness User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: RE: Collecting data through email


Quote:

i say, either read the emails manually, or use a link to your website. those are going to be the only solutions that reliably collect the info.



yeah, it seems like it. thanks to everyone for your help.

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesClient Side Things > Collecting data through email


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway