I have a php page that displays records from a sql database. Each record is in a repeat region and has a submit form nect to it.
The problem is if I submit one of the forms below the first in the list, the first form is validated and the following error is displayed:
Cannot redeclare process_form() (previously declared
Is it possible to dynamically name the process so that it is different for each record?