Hello, I am using an ASP webform to collect submissions on my godaddy hosted website. The submissions are then posted to a godaddy hosted e-mail address. I am using goaddy's built-in asp form mailer "webformmailer.asp". Some submissions arrive at my e-mail address with no problem, however, some submissions arrive blank. The blank messages are odd because even if a user failed to fill out the form and simply hit submit, the input names should still come through. For instance, in the following line, (provided it were bracketed and placed within the code correctly), the text "LastName" should come through in the e-mail even if the last name isn't filled in:
input type="text" name="LastName"
I'm curious if anyone is familiar with issues with setting up asp form mailers in general that would cause sporadic blank submissions? Godaddy claims they have no issues with their form mailer, and I've checked for reports of any similar issues, and have found none. I'm thinking of swapping out the godaddy formmailer for an alternative, but wanted to do a bit of digging first as I'd hate to swap and have the same issue.
Any thoughts are most welcome.
input type="text" name="LastName"
I'm curious if anyone is familiar with issues with setting up asp form mailers in general that would cause sporadic blank submissions? Godaddy claims they have no issues with their form mailer, and I've checked for reports of any similar issues, and have found none. I'm thinking of swapping out the godaddy formmailer for an alternative, but wanted to do a bit of digging first as I'd hate to swap and have the same issue.
Any thoughts are most welcome.