Forums

Multi-field elements don't save

kavalec 30 Nov, 2016
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!
GreyHead 01 Dec, 2016
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
kavalec 01 Dec, 2016
Data Array

Array
(
    [option] => com_chronoforms5
    [chronoform] => StudentSubjects
    [event] => submit
    [SubjectSelected1] => 1
    [SubjectSelected2] => 2
    [SubjectSelected3] => 3
    [Submit] => Submit
)

Array
(
)

Errors

Array
(
)

Debug Info

Array
(
)
GreyHead 01 Dec, 2016
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
kavalec 01 Dec, 2016
Hi Bob

Delete Cache seems to have been my whole problem. I now have a populated record.

Thanks!
This topic is locked and no more replies can be posted.