• Hello,

    I have a checkbox with these values :
    “my first value”
    “my second short value”
    “my third and so very long value that I don’t want it to be shown as it is in the URL parameter”

    In order to avoid a URL looking like this : url.com/?urlparam=my%20third%20and%20so%20very%20long%20value%20that%20I%20….

    I would like to use different values and labels for the checkbox elements, so I could get the parameter like this :
    url.com/?urlparam=3

    How may this be achievable ?

    Thank you.

The topic ‘Getting Default Values from the URL #parameter’ is closed to new replies.