Link CC5 to Form doesn't open form

mburkart01 25 Feb, 2015
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
Max_admin 26 Feb, 2015
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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
mburkart01 26 Feb, 2015
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
mburkart01 27 Feb, 2015
Answer
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.
GreyHead 27 Feb, 2015
Hi Mike,

You are correct - the case sensitivity is inherited from PHP and MySQL.

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