I have been recreating the events (and some form elements) in CFv5, which did not carry over when I upgraded from CFv4. I have resolved most of them, but this issue has me stumped.
In my form, I capture info and then present a confirmation page. I am using the custom element with HTML, and some PHP for conditional display, and am using the { } to present the data, but have also tried $form->data['field'], without any success. The debugger on the On Submit event indicates that the form data is captured. I have also used the Multi Page event and HTML (Render Form) events on each page. I have tried changing the HTML event from File, to Post and Get, but all I keep getting is the actual {[i]field[/i]} outputted.
So what am I doing wrong?
[attachment=0]3-5-2015 11-35-44 AM.png[/attachment]
[attachment=1]3-5-2015 11-36-05 AM.png[/attachment]
[attachment=2]3-5-2015 11-37-21 AM.png[/attachment]
In my form, I capture info and then present a confirmation page. I am using the custom element with HTML, and some PHP for conditional display, and am using the { } to present the data, but have also tried $form->data['field'], without any success. The debugger on the On Submit event indicates that the form data is captured. I have also used the Multi Page event and HTML (Render Form) events on each page. I have tried changing the HTML event from File, to Post and Get, but all I keep getting is the actual {[i]field[/i]} outputted.
So what am I doing wrong?
[attachment=0]3-5-2015 11-35-44 AM.png[/attachment]
[attachment=1]3-5-2015 11-36-05 AM.png[/attachment]
[attachment=2]3-5-2015 11-37-21 AM.png[/attachment]
Hello wibadd,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
My form data isn't saving to the database correctly
My CFv5 form data isn't saving to the database correctly
How do I save form data to a database table?
How can I pass form data to another site?
How to load record data from a database table into your form
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
My form data isn't saving to the database correctly
My CFv5 form data isn't saving to the database correctly
How do I save form data to a database table?
How can I pass form data to another site?
How to load record data from a database table into your form
P.S: I'm just an automated service😉
This topic is locked and no more replies can be posted.