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
Patel ArchanaPatel Archana 

Visualforce page input fields fields are not editable in salesforce site.

Hi All,

I have one salesforce site where I have added some visual force pages.
From those pages I am not able edit input field values in one visual force page.

In that page I have one "get set" variable for Contact object and for contact object all permissions are given to site user.

The same page works fine when it runs normally like "salesforceinstanceurl/apex/vfpagename"

Can anyone help me to resolve it issue?
 
Best Answer chosen by Patel Archana
Michelle Chaplin RegalMichelle Chaplin Regal
Guest Site Users only have Create and Read access to the Contact object. So if the fields are updating an existing Contact record, they will not be able to access the input fields.

All Answers

Hemant_SoniHemant_Soni

Hi Archana,
Did you checked permission of field in your site profile.
I guess it is permission issue in site.
If this helpes you then mark it solved.

Thanks
Hemant

Michelle Chaplin RegalMichelle Chaplin Regal
Guest Site Users only have Create and Read access to the Contact object. So if the fields are updating an existing Contact record, they will not be able to access the input fields.
This was selected as the best answer