Hello, added fourth page to a Multipage demo form. Tried to replicate everything but obviously something is missing - created page does not show up in the form preview.
I did following steps:
1. added new section in the Designer tab;
2. Added new event in the setup tab.
what am i missing?
[attachment=108190_20170525173616_form3-jpg.jpg][/attachment]
I did following steps:
1. added new section in the Designer tab;
2. Added new event in the setup tab.
what am i missing?
[attachment=108190_20170525173616_form3-jpg.jpg][/attachment]
Hello Elitakey,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I add a mask to format a form input?
How can I add a Confirmation Page to my 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:
How can I add a mask to format a form input?
How can I add a Confirmation Page to my form?
P.S: I'm just an automated service😉
Hi Elita,
The submit event of the 3rd page should point to the event of the new page, did you do that ?
Best regards,
Max
The submit event of the 3rd page should point to the event of the new page, did you do that ?
Best regards,
Max
most probably not. Where do i put it?
[attachment=108190_20170526072730_form4-jpg.jpg][/attachment]
[attachment=108190_20170526072730_form4-jpg.jpg][/attachment]
I'm trying to do a similar thing in CFv5. I put two submit-type buttons in the second page and I want that if you click on "Aggiungi" (add) button then the entire second page event is looped and you can type new data in each field.You should be able to add 'n' pages (as much as you need) and then the submit action would process all data. I think I can make this by dragging an Event Switcher in the "on page2" event, but I don't know exactly how to set it up. Thanks.
Hi davideiandoli75,
You will need to have dynamic names for the fields in page 2 or they will just overwrite the same fields which have been added before.
You will need some code to check the stored data in the session, count the entries already there and rename the fields.
Adding a dynamic variable to the fields names in v5 may not be easy, but its easy using the shortcodes in v6.
Another solution is to use the multiplier feature in v5, the fields are cloned on the same page.
Best regards,
Max
You will need to have dynamic names for the fields in page 2 or they will just overwrite the same fields which have been added before.
You will need some code to check the stored data in the session, count the entries already there and rename the fields.
Adding a dynamic variable to the fields names in v5 may not be easy, but its easy using the shortcodes in v6.
Another solution is to use the multiplier feature in v5, the fields are cloned on the same page.
Best regards,
Max
This topic is locked and no more replies can be posted.