function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Neethu uNeethu u 

Passing and displaying email as URL Parameter between community pages

I have 2 community pages. One for taking input of type email. Once we take the email input, it should be passed to 2nd community page and it should be displayed over here.
While I am sending the email instead of '@' encoded value %40 is coming.
How to display correct special characters ?
Neethu uNeethu u
Hi David
 Thanks for your reply.
I tried it by below code
var checkEmailUrl = component.get("v.checkEmailUrl")+'?email='+encodeURI(component.find("username").get("v.value"));

And used {!email} in the community page to display the value. But the encoded starings was coming in the 2nd community page as
test%40test.com