Generate encoded URL with ASCII characters
-
I am a complete novice when it comes to web coding and would very much appreciate some help.
I am looking to generate a URL that changes based on what someone writes or selects in the input fields on the form.
I can generate the URL but I need whoever uses the form to be able to copy the generated url and paste it into an email. At the moment you can copy the URL but because there are spaces in it it doesn’t work when copied to an email.
I really need to be able to automatically encode the URL so that all the spaces and special characters are replaced with ASCII characters.
The icing on the cake would be to add a Copy URL button too so that the person using the form wouldn’t have to select the URL and copy it.The page I need help with: [log in to see the link]
- The topic ‘Generate encoded URL with ASCII characters’ is closed to new replies.