开发者

Failed Form Submissions Written Anywhere?

开发者 https://www.devze.com 2023-03-22 03:42 出处:网络
We\'ve got a customer who has a feedback form whose contents get emails to them. Email was misconfigured, and looking at Google Analytics, it looks like they missed around 10 form submissions. Would

We've got a customer who has a feedback form whose contents get emails to them.

Email was misconfigured, and looking at Google Analytics, it looks like they missed around 10 form submissions. Would the contents of these forms submissions be logged or written anywhere开发者_StackOverflow?

I know the form's actions were not setup to write to a database or anything smart like that.


Unfortunately No, They are NOT stored.


Typically, no. They're gone. Web server logs don't store the actual POST data.


You should check the mail server. Depending on how the email was sent, maybe there is a copy somewhere on a Sent folder (very unlikely though)

0

精彩评论

暂无评论...
验证码 换一张
取 消