I have three drop-downs in a multi-field, SelectedSubject1, SelectedSubject2, and SelectedSubject3
1. When I select Create->table they don't show up there and
2. After adding them manually I can't get them to save.
Did I miss a memo?
Thanks!
1. When I select Create->table they don't show up there and
2. After adding them manually I can't get them to save.
Did I miss a memo?
Thanks!
Hi kavalec,
Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.
Note: if you are using the Easy Wizard you can turn on Debug on the Others tab in CFv4 or the Setup tab in CFv5.
Bob
Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.
Note: if you are using the Easy Wizard you can turn on Debug on the Others tab in CFv4 or the Setup tab in CFv5.
Bob
Data Array
Array
(
[option] => com_chronoforms5
[chronoform] => StudentSubjects
[event] => submit
[SubjectSelected1] => 1
[SubjectSelected2] => 2
[SubjectSelected3] => 3
[Submit] => Submit
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
)
Hi kavalec,
There's no evidence of a DB Save there :-( Is the Debugger at the end of the event?
If you added the columns manually then please click the Delete Cache icon in the Forms Manager toolbar to update CF's table records.
Bob
There's no evidence of a DB Save there :-( Is the Debugger at the end of the event?
If you added the columns manually then please click the Delete Cache icon in the Forms Manager toolbar to update CF's table records.
Bob
This topic is locked and no more replies can be posted.