Emails like email+test@fake.com are not being url encoded when called in a custom value.
That doesn't work because + in the url is a space. + is actually %2B. Can we make sure URLs are properly encoded?