Hi,
I create this form for user to order something ( formorder ) , it connected to a table OK, and works fine with chronoconnectivity.
formorder is something like this :
name : textbox
order : textbox
address :textarea
What I do next is copy the form (rename it to formadmin), and then add a dropdown. This form is the form that I want to use in admin editing in chronoconnectivity (admin will be able to add an order status from a dropdown).
So formadmin is connected to the same table as formorder , the only differences is that formadmin have a dropdown.
name : textbox
order : textbox
address :textarea
status : dropdown
Then I create 5 dummy record to the table. In chronoconnectivity, I set the Admin Form to formadmin.
My problem is , when I try to edit the record (in "Admin List" and also from "Frontend List") , the editing form always load the first record only.
If I change the "Admin Form" to formorder , it works OK , the form load the record that i choose. But of course formorder didn't have the dropdown ( i need that for admin to edit the order status )
Any advise how can I overcome this matter ?
Thank you
I create this form for user to order something ( formorder ) , it connected to a table OK, and works fine with chronoconnectivity.
formorder is something like this :
name : textbox
order : textbox
address :textarea
What I do next is copy the form (rename it to formadmin), and then add a dropdown. This form is the form that I want to use in admin editing in chronoconnectivity (admin will be able to add an order status from a dropdown).
So formadmin is connected to the same table as formorder , the only differences is that formadmin have a dropdown.
name : textbox
order : textbox
address :textarea
status : dropdown
Then I create 5 dummy record to the table. In chronoconnectivity, I set the Admin Form to formadmin.
My problem is , when I try to edit the record (in "Admin List" and also from "Frontend List") , the editing form always load the first record only.
If I change the "Admin Form" to formorder , it works OK , the form load the record that i choose. But of course formorder didn't have the dropdown ( i need that for admin to edit the order status )
Any advise how can I overcome this matter ?
Thank you
Hi Carloso,
CCv5 allows you to set a different form for each action and for each area (front/admin), v5 can be installed with v4 on the same site, so you can keep your current v4 and install v5 then check the tutorials in the FAQs section and build this listing in v5
Regards,
Max
CCv5 allows you to set a different form for each action and for each area (front/admin), v5 can be installed with v4 on the same site, so you can keep your current v4 and install v5 then check the tutorials in the FAQs section and build this listing in v5
Regards,
Max
This topic is locked and no more replies can be posted.