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.
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.
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:
Bob
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
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
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
This topic is locked and no more replies can be posted.