My form have different ID, because use for save informations, and use jquery for manage these forms and submit with jquery
My question it´s about how i can, after submit, resend some data as for example ID with a value and send as post
jQuery("#form_config").submit();
I send form and all works, but when save information i need reload this form but also send some input hidden generate during the process and reload this form with this new informations or values send after send form with jquery by post also
I need know how send values inside this .submit() to the form
Thank´s