Test URL Parameters using "+" in Email Address? | Community
Skip to main content
April 26, 2016
Solved

Test URL Parameters using "+" in Email Address?

  • April 26, 2016
  • 1 reply
  • 3930 views

I'm wondering if anyone else has had success or struggles with this as I open a support ticket with Marketo.

To create new test leads using a valid email address, I add a "+" and few characters before the domain (e.g. jessica.dobson+test123@pedowitzgroup.com). I will receive an emails sent to that address at my regular address, but Marketo treats it as a brand new lead, allowing me to fully test lead entries.

I've run into some issues, however, when using that trick when testing forms using URL parameters for hidden fields. Instead of including "+," it adds a space, making the email address invalid which halts any email sends in the flow I'm testing. I tried using the HTML code for "+" (+), but it didn't render the plus sign in the email address either.

Anyone have experience or advice?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

You don't want HTML-encoding, you want URL-encoding. "+" = "%2B" in a URL.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
April 26, 2016

You don't want HTML-encoding, you want URL-encoding. "+" = "%2B" in a URL.

April 26, 2016

DUH Thank you so much!