How to pass page/url parameters to 2nd page?

I have application design where the index page may include referral code as parameter. In some situations the user will navigate to another page for business signup and I would like the parameters to be passed across to that 2nd page. What is the best way to do this?

Hey Eric, :slight_smile: You can send the same parameter in the same way (If it was ‘c’ for example):

go to page 2
c = getcfrompageURL

Or, save the code on the User so that you don’t have to keep track of the parameters.

1 Like

thx Faye, I worked it out, very easy in the end :slight_smile:

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.