Hi -
I have created a multi-field pdf form that includes a button that generates an email. The email body contains content of specified fields. All this is working fine. The issue is that in one of the fields, a network path is entered. When the email is generated that information is included in the body of the email and often the resulting link is broken, because the path often contains spaces in the path name. It seems that i can fix this issue if the empty spaces in the path are replaced by %, for example, prior to having users generate the email.
How do I create a javascript event that looks at the raw value of the field where the network path is stored and replace any blank spaces with a % sign?
Thank you so much in advance for your help!!!!