Forums

$form->data set to 0 after db save

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