Forums

Form mailed, but delivers without inserted data.

MineNow 16 Sep, 2011
I have imported a custom HTML form into Chrono. All appears to be going well, but the form that is ultimately emailed is blank, as though no data was inserted at all. The template shows, but the inserted data does not.

Not sure if there is a step I am missing in Chrono, or if my code is the issue.

I have attached the code if anyone wants to take a look.

[attachment=0]code.txt[/attachment]Any assistance would be greatly appreciated.
GreyHead 17 Sep, 2011
Hi MineNow,

From a quick look I can see some problems with the input names and ids. Spaces and other special characters are not permitted:
<input name="Applicant's Name" id="Applicant's Name" size="40" style="border:0px" type="text">
Please change these to use ony a-z, A-Z, 0-9 and underscore '_'

Bob
MineNow 17 Sep, 2011
Ah yes, silly me.

I was so quick to get this form put together, I was just typing away.

I will make the necessary corrections and report back.

Thank You
MineNow 18 Sep, 2011
Yep, that did it. Submissions are being received as they should.

Much appreciated.
This topic is locked and no more replies can be posted.