Dearest
I have a multipage form that save each page in database (if the user not complete the form), in the same record.
I have an handle array and Db save in each pages and all work fine in DB
But, if I edit the record with Chronoconnectivity (I put the array fields in Arrays Fields ) the table shows:
1) if the value of the array field is each one is shows it well
2) if the value of the array field is more than one not showing nothing
So, I tried:
1) delete the handle array box in the intermediate page (all pages less On Submit - general)
In this case the table shows all the array value (but not recording in the DB if in the intermediate pages).
I can't resolve..
[attachment=0]img-handle1.jpg[/attachment]
[attachment=0]img-handle1.jpg[/attachment]
I have a multipage form that save each page in database (if the user not complete the form), in the same record.
I have an handle array and Db save in each pages and all work fine in DB
But, if I edit the record with Chronoconnectivity (I put the array fields in Arrays Fields ) the table shows:
1) if the value of the array field is each one is shows it well
2) if the value of the array field is more than one not showing nothing
So, I tried:
1) delete the handle array box in the intermediate page (all pages less On Submit - general)
In this case the table shows all the array value (but not recording in the DB if in the intermediate pages).
I can't resolve..
[attachment=0]img-handle1.jpg[/attachment]
[attachment=0]img-handle1.jpg[/attachment]
Hi BrunoPigi,
I downloaded the backup but I can't easily test it without creating a DB Table. The form looks OK from a quick view.
Looking at the images I wondered if you are using a RocketTheme template.? If you are please try turning off Input Formatting in the template Advanced settings and see if that helps.
Bob
Bob
I downloaded the backup but I can't easily test it without creating a DB Table. The form looks OK from a quick view.
Looking at the images I wondered if you are using a RocketTheme template.? If you are please try turning off Input Formatting in the template Advanced settings and see if that helps.
Bob
Bob
I changed template (yoo_theme). But I had the same problem. If I add the handle array, the page don't showing the checked more than one. If I don't add the handle array I can't store the array in DB.
Hi BrunoPigi,
I'm afraid this is one for Max - I don't understand the linkage with CC well enough. Please send him a message using the Contact Us menu above and link to this thread.
Bob
I'm afraid this is one for Max - I don't understand the linkage with CC well enough. Please send him a message using the Contact Us menu above and link to this thread.
Bob
Thanks Grey.
After the first submission, if the forms is not complete, the user can edit the form and complete later.
Chronoconnectivity shows a table with the incomplete record for that user. But I think that problem is a chronoforms problem and not Chronoconnectivity
In Chronoconnectivity (admin side) there is a Field called 'Arrays Fields'. I put in this field all the array: input_checkbox_group_28,input_checkbox_group_32,input_checkbox_group_34,input_checkbox_group_50,input_checkbox_group_54,input_checkbox_group_77, input_checkbox_group_79,input_checkbox_group_81,input_checkbox_group_83,input_checkbox_group_85,input_checkbox_group_95
But I have the problem otherwise.
So..in chronoform event manager I have for each pages:
Multipage
custom code: <?php
$cfid=$form->data['chronoform_data']['cf_id'];
$form->data['cf_id']=$cfid;
?>
(this code is for not create a new record each pages and overwrite the record in the cf_id)
Show html - default
handle array - default
db save - default with the name of the db
All is ok, but the form showing (in edit ) only the array with one checked choice.
After the first submission, if the forms is not complete, the user can edit the form and complete later.
Chronoconnectivity shows a table with the incomplete record for that user. But I think that problem is a chronoforms problem and not Chronoconnectivity
In Chronoconnectivity (admin side) there is a Field called 'Arrays Fields'. I put in this field all the array: input_checkbox_group_28,input_checkbox_group_32,input_checkbox_group_34,input_checkbox_group_50,input_checkbox_group_54,input_checkbox_group_77, input_checkbox_group_79,input_checkbox_group_81,input_checkbox_group_83,input_checkbox_group_85,input_checkbox_group_95
But I have the problem otherwise.
So..in chronoform event manager I have for each pages:
Multipage
custom code: <?php
$cfid=$form->data['chronoform_data']['cf_id'];
$form->data['cf_id']=$cfid;
?>
(this code is for not create a new record each pages and overwrite the record in the cf_id)
Show html - default
handle array - default
db save - default with the name of the db
All is ok, but the form showing (in edit ) only the array with one checked choice.
Hi,
Try to inspect the data passed to the form at the top of the "load" event using a "debugger" action, check if the array fields have the correct values or not!
Regards,
Max
Try to inspect the data passed to the form at the top of the "load" event using a "debugger" action, check if the array fields have the correct values or not!
Regards,
Max
This topic is locked and no more replies can be posted.