HI,
have the same error of this Topic:
https://www.chronoengine.com/forums/posts/t104074/pagination-not-working-using-db-multi-record-loader-with-joomla-3-7
Why the pagination not work?
Firefox Say: Uncaught TypeError: document.adminForm is undefined
Google Chrome Say: Uncaught TypeError: Cannot read property 'limitstart' of undefined at HTMLAnchorElement.onclick (VM174 registro-garanzie.html:477)
Can you help me please?
Thanks a lot
have the same error of this Topic:
https://www.chronoengine.com/forums/posts/t104074/pagination-not-working-using-db-multi-record-loader-with-joomla-3-7
Why the pagination not work?
Firefox Say: Uncaught TypeError: document.adminForm is undefined
Google Chrome Say: Uncaught TypeError: Cannot read property 'limitstart' of undefined at HTMLAnchorElement.onclick (VM174 registro-garanzie.html:477)
Can you help me please?
Thanks a lot
It's very difficult to debug or fix v4 issues today, please consider installing v7, the video link below has a video on building a listing!
I solved the problem thanks to this link:
https://stackoverflow.com/a/24300394
1. I have disable FORM TAGS in General Tab

2.I add Costum Code in On Load Events

3. I have add the following code:
https://stackoverflow.com/a/24300394
1. I have disable FORM TAGS in General Tab

2.I add Costum Code in On Load Events

3. I have add the following code:
<form action="https://url_of_the_form_page" name="adminForm" id="adminForm" method="post" class="Chronoform">4. In my form i have a button, for it i have insereted:
<input name="name" class="class" value="value" type="button" onclick="window.location.href='?chronoform=Form_Name&event=submit'"></input>I hope it will be of help to anyone who is having the same problem as me
You need to login to be able to post a reply.