Passing variables between multiple forms

I would like to pass values of form1 to form2, as form2 will compute the final output( summing values from form1 and 2). Both these forms are in same page. How can i achieve it?

See this gist multiform_chaining_with_callbacks.py

1 Like

Will try thank you

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.