I’m having the user enter an event name (text). I am looking create a shareable link using the event name as a url parameter.
It all works well until the event name is one word. But when it is 2 words (or a space at the end of first word thanks to autocorrect) the url parameter isn’t working.
How do I take a user input text and remove spaces from it ? Alternative how do I have the webpage identify a url parameter that contains a blank space