I have been trying to fix this for the past few hours and I cannot seem to get anything working. My question is straightforward, I need to convert some strings that are being inputted to a URL so that it correctly sends the spaces and special characters to the receiving server.
I have 3 strings: setFirstLast.text, emailAddress.text, and visitingTest.text. I need to convert them into something that prints like: John%20Smith instead of John Smith.