Hello, I have a strange problem with data not being stored in the database when I submit a form. If I turn email notification on, the data is submitted to the table (but I never receive and email :-) )
I get no error messages of any kind.
Submitting the form with and without email notification results in the same debug messages:
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [NoMale] => 99 [NoFemale] => 99 [text_5] => [text_6] => [text_9] => [text_8] => [text_7] => [text_10] => [text_14] => [text_15] => [text_17] => [text_18] => [text_20] => [text_21] => [text_22] => [text_23] => [text_25] => [text_26] => [text_27] => [text_30] => [text_31] => [text_34] => [text_35] => [text_33] => [text_32] => [text_39] => [text_40] => [text_37] => [text_38] => [text_42] => [text_44] => [text_50] => [text_48] => [text_49] => [text_47] => [text_46] => [text_12] => [text_45] => [button_50] => Submit [dff9581bdbf461623575ba5a0943efec] => 1 [1cf1] => 092660021f840383d7ea4229592431bd [chronoformname] => MembershipOrg )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. Debug End
Best regard Sheila
I get no error messages of any kind.
Submitting the form with and without email notification results in the same debug messages:
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [NoMale] => 99 [NoFemale] => 99 [text_5] => [text_6] => [text_9] => [text_8] => [text_7] => [text_10] => [text_14] => [text_15] => [text_17] => [text_18] => [text_20] => [text_21] => [text_22] => [text_23] => [text_25] => [text_26] => [text_27] => [text_30] => [text_31] => [text_34] => [text_35] => [text_33] => [text_32] => [text_39] => [text_40] => [text_37] => [text_38] => [text_42] => [text_44] => [text_50] => [text_48] => [text_49] => [text_47] => [text_46] => [text_12] => [text_45] => [button_50] => Submit [dff9581bdbf461623575ba5a0943efec] => 1 [1cf1] => 092660021f840383d7ea4229592431bd [chronoformname] => MembershipOrg )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. Debug End
Best regard Sheila