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
paluru laharipaluru lahari 

visualforce page is not showing the full content

I have created a community and added a form(built using visualforce) to community page, but  the page is not showing the fields on the form.
User-added image 
I dont know where i am going wrong.....

Any help would be really appreciated.

thanks
lahari
Best Answer chosen by paluru lahari
VinayVinay (Salesforce Developers) 
Hi Lahari,

Try to check Field Level Security. Provide appropriate FLS at community User's profile.

Thanks,
Vinay  Kumar

All Answers

VinayVinay (Salesforce Developers) 
Hi Lahari,

Try to check Field Level Security. Provide appropriate FLS at community User's profile.

Thanks,
Vinay  Kumar
This was selected as the best answer
paluru laharipaluru lahari
Hi Vinay,

Thank you very much.
it worked.

Regards,
Lahari.
paluru laharipaluru lahari
Hi Vinay,

I need another help....

While I am creating data through that Community page , it is showing an error. Please refer it once and help me out.

User-added image


While Hitting the Save button, I got the below error.


User-added image

Any help would be highly appreciated.

Thanks,
Lahari.
VinayVinay (Salesforce Developers) 
Hi Lahari,

Add $site.errordescription to the error visual force page, then you would see the error in detail.

Snippet:
=======
<apex:outputText styleClass="title" value="{!$Label.site.error}">
                   <apex:param value="{!$Site.ErrorDescription}"/>
</apex:outputText>

Below are few links for your reference which will give you more information.

https://help.salesforce.com/articleView?id=sites_error_pages.htm&type=0
http://rubberduckingwithnachiket.blogspot.com/2017/01/error-occurred-while-loading.html
https://salesforce.stackexchange.com/questions/38723/error-occurred-while-loading-a-visualforce-page-at-site-com/177918
https://salesforce.stackexchange.com/questions/85686/error-occurred-while-loading-a-visualforce-page-in-portal-site
https://ipfs-sec.stackexchange.cloudflare-ipfs.com/salesforce/A/question/44834.html

Thanks,
Vinay Kumar