Submitting a form from Email

后端 未结 2 931
迷失自我
迷失自我 2020-12-11 16:05

I was working on a project to submit a form from an email. The scenario is this. We will send a form to list of emails where in the customer has to fill in the form and once

2条回答
  •  长情又很酷
    2020-12-11 17:08

    HTML forms and client side code are typically restricted from most email clients. This is an obvious attack vector and as such your abilities are limited when dealing with HTML based email.

    I would recommend providing a link to a web page.

提交回复
热议问题