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
ShadesterShadester 

Add login boxes to public page?

I want to show some data from customer accounts without having to login. This is just for people who doesn't have a salesforce account in our organization. I also want to have login boxes on the page for people who does have accounts and want to edit that data.

 

If you use <apex:inputField> it will be editable when logged in and not editable when you're not logged in. All is fine and it works nicely.

 

Is it possible to add loginfields to that visualforce page? I use showHeader="false" to get rid of the menu on the left and so on.