With the help of Bob I set up a form with many dropdown boxes and so on.
At the botton of this form I wish to put two "submit" buttons
1) The first time the user fills the whole form and click "submit1" button
all data are stored within the chronoform table.
I wish to reload the same form, but with some fields in the header prepopulated with previous data and a counter for the form (i=i+1)
ie :
Phase 1
header1: aaaa
header2: bbbbb
header3: form1
data1 :qqqqq
data2 :rrrrrrr
<SUBMIT1>
Phase 2
header1:aaaa
header2:bbbbb
header3: form2
data1 : to fill
data2: to fill
<SUBMIT1>
And for saving the last form and leaving I wish to use a <SUBMIT2> button
Is there somewhere on the forum such a thing ?
At the botton of this form I wish to put two "submit" buttons
1) The first time the user fills the whole form and click "submit1" button
all data are stored within the chronoform table.
I wish to reload the same form, but with some fields in the header prepopulated with previous data and a counter for the form (i=i+1)
ie :
Phase 1
header1: aaaa
header2: bbbbb
header3: form1
data1 :qqqqq
data2 :rrrrrrr
<SUBMIT1>
Phase 2
header1:aaaa
header2:bbbbb
header3: form2
data1 : to fill
data2: to fill
<SUBMIT1>
And for saving the last form and leaving I wish to use a <SUBMIT2> button
Is there somewhere on the forum such a thing ?