I have a form data value $form->data['reg_id'] which is used as my database index.
a db_save works correctly using the index value, but after the db_save the value of $form->data['reg_id'] is set to 0
I need that value to pass to the next form via a redirect with param reg_id=reg_id
a db_save works correctly using the index value, but after the db_save the value of $form->data['reg_id'] is set to 0
I need that value to pass to the next form via a redirect with param reg_id=reg_id