Forum Discussion
MCFNeil
8 years agoQrew Captain
I've never seen that issue myself. I use the URLEncode for every variable that I pass in the URL, but not the dfid.
i.e.
fid_6="&URLEncode([Record ID#]& "&dfid=10
Rather than relying on the "& Rurl()" function, you can decide the 'NextURL' that they go to after save.
....fid_6="&URLEncode([Record ID#]& "&dfid=10&NextURL(www.google.com)"
i.e.
fid_6="&URLEncode([Record ID#]& "&dfid=10
Rather than relying on the "& Rurl()" function, you can decide the 'NextURL' that they go to after save.
....fid_6="&URLEncode([Record ID#]& "&dfid=10&NextURL(www.google.com)"