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
Maddy6161Maddy6161 

I'm send a link of Force.com Sites, I have linked a VF form, by the use of form i able to create a new contact.

I have created a button on standard layout on Conatct Object,name as "SEND MAIL" button when I pressed it will be sending a mail to the given mail ID. Now i want when he open the link he will get a VF form, with the help of VF form he will update his contact fields.

 
Abhi_TripathiAbhi_Tripathi
You have to create a javascript type custom button that will open a vf page in a new tab, and in the javascript you have to right the code of opening the vf page. using the URL of the vf page and passing the Id of the contact as parameter of the in the URL 

Here is the link of the trailhead module describing about the button
https://developer.salesforce.com/trailhead/en/customizing_user_interface/ui_nav_buttons_links