Dear All,
I wanted one form entry to update multiple records. I got this tutorial - it updates the form values in a Array and when the submit button is pressed, array updates the Records in the database.
// Check if button name “Submit” is active, then update record
if($Submit){
But I’m getting Undefined variable: Submit - error.
Please assist. Thanks.