I am a Chrono-newbie, but I didn't find a solution of my problem.
On the start page I have a form (2 data picker fields) in a modul. With the submit button I open a form, which you can also start from the menu. In this form there are the same 2 data picker fields. The redirect works.
I want to prefill the fields in the second forms with the values of the first form. Can you give me some hints please. (Or the exact keywords for the forum search 🙂 )
Thx for your help
Regards Richard
On the start page I have a form (2 data picker fields) in a modul. With the submit button I open a form, which you can also start from the menu. In this form there are the same 2 data picker fields. The redirect works.
I want to prefill the fields in the second forms with the values of the first form. Can you give me some hints please. (Or the exact keywords for the forum search 🙂 )
Thx for your help
Regards Richard
Hi Richard,
The DatePickers can be tricky :-(
Do they have the same names and ids on both forms?
If so then using Data to Session action (with a session key) in the On Submit even on the first form and a Session to Data action (with the same key) in the On Load event of the second form will normally pass data forward OK.
Bob
The DatePickers can be tricky :-(
Do they have the same names and ids on both forms?
If so then using Data to Session action (with a session key) in the On Submit even on the first form and a Session to Data action (with the same key) in the On Load event of the second form will normally pass data forward OK.
Bob
This topic is locked and no more replies can be posted.
