SOLVED Chaining forms

Hi,
I dig up this thread
http://fabrikar.com/forums/index.ph...te-different-chain-between-fabrikforms.49476/

I tried but no success :
Form A with user submission and calc element query for calling a member form ID (form B).
On validation form A:
redirect to : ./element_menu/form/{member_form_id}/ =>form B

I create on form B an element (field) default eval :
return $this->app->input->get('my_formA___id_raw');

The redirection works well but On form B nothing is pulled from form A

Any idea?
Thanks for helping

Regards,
 
For getting the input you must put in into the redirect URL.

You don't need to set the default if you are using the element name as parameter
/element_menu/form/{member_form_id}?your-formB___element={my_formA___id_raw}
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top