I've tried my best to follow the "Connectivity edit with Chronoforms" HowTo in FAQ section. My form works perfectly, I can add data and when I hit save, the corresponding CC5 page opens.
My issue is going the other way. I tried both options listed in the HowTo and cannot get the form to open using either option.
First, I added "_EDIT_:Edit to Front List -> Column List, when I click on the "Edit" link, the pages refreshes and the form does not show up.
Secondly, I added model.field:form_name to the Front List -> Edit Linkable field, after saving, I click on the link highlighted field, the page refreshes but the form does not show up. I have attached a picture of what the resulting page looks like.
Thanks for you help
Mike
My issue is going the other way. I tried both options listed in the HowTo and cannot get the form to open using either option.
First, I added "_EDIT_:Edit to Front List -> Column List, when I click on the "Edit" link, the pages refreshes and the form does not show up.
Secondly, I added model.field:form_name to the Front List -> Edit Linkable field, after saving, I click on the link highlighted field, the page refreshes but the form does not show up. I have attached a picture of what the resulting page looks like.
Thanks for you help
Mike
Hi Mike,
There is no picture attached, what do you have in the browser's address bar after you click the edit link ?
Regards,
Max
There is no picture attached, what do you have in the browser's address bar after you click the edit link ?
Regards,
Max
Max,
Thanks for the reply. The address bar has
http://mywebsiteaddress.com/index.php/list-of-auctions?cont=lists&ccname=AuctionList&act=edit&gcb=1
Mike
Thanks for the reply. The address bar has
http://mywebsiteaddress.com/index.php/list-of-auctions?cont=lists&ccname=AuctionList&act=edit&gcb=1
Mike
Issue solved.
CF and CC are very case sensitive. For example, "Load" and "load" are not the same. To solve my issue, I changed the myform_name.Load to myform_name.load on the CC -> Front List -> Actions -> Edit tab and everything worked.
As a side note, I also added "id" to the form as a hidden field and to the listing as a column. I'm not sure if this was part of the solution, but everything works. If I get time, I'll try to remove the "id" from the form and the listing to see if everything still works.
CF and CC are very case sensitive. For example, "Load" and "load" are not the same. To solve my issue, I changed the myform_name.Load to myform_name.load on the CC -> Front List -> Actions -> Edit tab and everything worked.
As a side note, I also added "id" to the form as a hidden field and to the listing as a column. I'm not sure if this was part of the solution, but everything works. If I get time, I'll try to remove the "id" from the form and the listing to see if everything still works.
This topic is locked and no more replies can be posted.