如何在電子郵件中嵌入 Web 表單 (How to embed web form in email)


問題描述

如何在電子郵件中嵌入 Web 表單 (How to embed web form in email)

我正在尋找需要在電子郵件中嵌入網絡表單的解決方案。我的要求是需要在電子郵件中提供一個 web 表單,以便用戶可以輸入所需的數據,如姓名、電話號碼、地址,還需要提供上傳文件組件。他可以通過上傳文件按鈕上傳所需的文件,如駕駛執照或租賃協議。

我沒有得到任何解決方案。您能否請任何人提出實施此要求的建議。


參考解法

方法 1:

basically you can use html inside your emails but

  1. clients that are not able to display html tags will not display your form
  2. even if client will display you cannot be sure how it will look like
  3. even if client will display form correctly usually it will not allow you to send the form or will display a warning that user is sending something ‑ this can be very demotivating and give user bad feeling

basically ‑ don't use form in email ‑ use link to the site with a form

(by rajasekhar pippallapuffy.bun)

參考文件

  1. How to embed web form in email (CC BY‑SA 2.5/3.0/4.0)

#html-email #java #html #gmail






相關問題

Outlook 2007/2010 中的 Vspace (Vspace in Outlook 2007/2010)

Outlook,gmail基本問題(導致代碼) (Outlook, gmail basic issue (caused the code))

Outlook 中的 HTML 電子郵件呈現 - VML (HTML Email Render in Outlook - VML)

Адправіць пошту HTML з дапамогай NAIL? (Send HTML mail with NAIL?)

支持所有郵件服務的 HTML 電子郵件生成 (HTML email generation that supports all mail services)

如何在時事通訊的 html 單元格中均勻分佈內容? (How to evenly distribute content across an html cell for a newsletter?)

發送預先電子郵件的最佳方式 (Best way for sending advance email)

在 Outlook 上隱藏移動表格 (Hide mobile table on outlook)

html emailer改變表格的位置 (html emailer shifting changing the position of tables)

電子郵件的可滾動表(沒有 div) (Scrollable table for e-mails (without a div))

如何在電子郵件中嵌入 Web 表單 (How to embed web form in email)

如何通過電子郵件訪問建立 QuickAssist 鏈接 (How to make a QuickAssist link through email access)







留言討論