Create url with parameters

Hi, I want to create parameters in an url with values from input fields what is the the best eay to do that?

I’m working in O365 using Plumsail Forms v 1.2.2

I have a hunch that I should make a Variable first from the field value and then in sert the variable into the url

I’m not having much luck with creating the variable or referencing the var in the url

Hi Steinn,

You can set the URL parameters by using $.param(): http://api.jquery.com/jquery.param/
Add a custom function to get the URL parameters, like this: https://www.sitepoint.com/url-parameters-jquery/