PHP regular expression limit reached (pcre.backtrack_limit) on repeater

ro rotocal 07 May, 2021
I am getting this error when a form is shown in the front end or front view (no matter if starts from back). However if I push the button admin view (available only at back end), the form works correctly.
Same form in Chronoforms 6 works OK and never had this issue. I don't want to change php.ini to increase memory or someting similar without knowing what is the real issue. Apparently the problem comes from a repeater with a dropdown list (which read from database table via read data action without any problem). This dropdown has 2500 items (mainly descriptions in short text).
mi minakara 31 May, 2023
Good morning

I had the same problem.
Reduce the number of records to display.

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