Joomla Chronoform v4 and DB Multi Record Load - Problem pagination

How to fix pagination errors in Joomla ChronoForms v4 DB Multi Record Load.

Overview

The pagination fails because the form lacks the required adminForm element, causing JavaScript errors.
Disable form tags in the General tab, add a custom form element via On Load Events, and ensure buttons use the correct event trigger.

Answered
na napster89 23 Feb, 2021
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
Max_admin Max_admin 24 Feb, 2021
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!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
na napster89 25 Feb, 2021
Answer
I solved the problem thanks to this link:
https://stackoverflow.com/a/24300394

1. I have disable FORM TAGS in General Tab
Joomla Chronoform v4 and DB Multi Record Load - Problem pagination image 1

2.I add Costum Code in On Load Events
Joomla Chronoform v4 and DB Multi Record Load - Problem pagination image 2

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
This topic is locked and no more replies can be posted.