Prefill fields from a different form

gonzo6969 28 Nov, 2012
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
GreyHead 28 Nov, 2012
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
gonzo6969 28 Nov, 2012
Perfect, works fine 😀
thx a lot
This topic is locked and no more replies can be posted.