Clinton Bale
126 posts
Registered:
21 Feb 2014
21 May 2015
in reply to
Missing user
Link to this post
Hello smehdi,
You can pass Session variables through forms using custom C# code only. For example, creating a widget that sets a session variable on page load of Step 1 it would be visible in Step 2.
With the Portal Connector v2.4 the only way to pass querystring values between forms is to override our submit button functionality. In The Portal Connector v3.0 we have added support for all values that are in the query string already to be pushed to the next form.
If you just want to get data to the next form, remember that the record is saved with each step progression, so you can bring up the data from the record itself on the next step.
Regards,
Clinton