邮件客户端中的HTML表单

邮件客户端中的HTML表单

本文介绍了邮件客户端中的HTML表单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我已经被分配到一个html表单被EMAILED给客户端,以便他们可以填写并从电子邮件中提交客户!显然是通过电子邮件将链接发送到我们网站上的现有表单是不够好的。



我仍然试图让我的头脑,因为它似乎几乎没有常识,但无论如何,我的猜测是,我无法验证数据,如果实际工作,用户将如何知道?获得这个,他们将通过电子邮件发送pdf和html文档给客户,我试着把我的案子提前,但显然是营销专员的说法这是可能的,必须由FRIDAY工作!

解决方案

这在许多方面都不是一个好主意:


  1. 并不是所有的电子邮件客户端都将支持从HTML
    的表单发布:


  2. 没有客户端验证


  3. 什么是链接错误?

  4. 如何从PDF表单提交数据?您可以从Adobe获得昂贵的表单工具:


  5. 一些垃圾邮件/ av检查器将处理基于表单的电子邮件。



    1. Ok, get this.

      I have been assigned to write an html form to be EMAILED to clients so that they can fill it in and submit it FROM THE EMAIL CLIENT! apparently emailing a link to the existing form on our website is not good enough.

      I am still trying to get my head around this as it seems almost void of common sense, but anyways, my guess is that I will have no way of validating data, and if actually works, how will the user know? WTF?????

      Get this, They will be emailing both a pdf and an html doc to clients, I tried putting my case forward but apparently the marketing pro's say IT IS POSSIBLE AND MUST BE DONE, WORKING BY FRIDAY!

      解决方案

      This is not a good idea on many fronts:

      1. Not all email clients will support a form post from HTMLsee: http://www.campaignmonitor.com/blog/post/2435/how-forms-perform-in-html-emai/

      2. No clientside validation

      3. What's exactly wrong with a link?
      4. How are you getting data from PDF form submission? You can get expensive form tools from Adobe: http://www.adobe.com/government/forms.html

      5. Some spam / av checkers will dispose of form based emails.

      这篇关于邮件客户端中的HTML表单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 05:12