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
Stefano AmentaStefano Amenta 

Passing a value from URL to custom field

Hi,

Currently, I have a landing page where the user inputs the email address.

After he clicks on APPLY, he will be redirected to a Force.com page where the URL looks like this:

https://test.force.com/onlineteacher?e=test@test.com

Is there any code that could help to capture the email address in the URL and store the value into a custom field in Salesforce?