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
Sreenivas MSreenivas M 

<apex:inputfield> in visualforce page is not visible in community sites

I am having a visual force which is having StandardControl and as well as Extension with some <apex:inputfield> on page.When i executed same VF page in SFDC it's working fine.But when I'm executing same page in Sites it's not working.The portal user is having Partner Community User profile,which is a standard profile we can't change the settings .So I have created a permission set and assigned to all portal user.I have given all field level and object level permssion but still it's not working.I tried with <apex:outputText> but still it's not getting rendered.
pconpcon
I've seen a couple of other posts on this topic on the forums.  The only thing that I have seen that you don't mention is that ensuring the object is deployed.  Is it just this single field or is it all fields on this object?