My issue in all of that code was simple.
I needed to encode the name variables using the encodeURI method so that URL would take spaces.
Example: encodeURI(name)
My issue in all of that code was simple.
I needed to encode the name variables using the encodeURI method so that URL would take spaces.
Example: encodeURI(name)