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
SkyMatix_DevSkyMatix_Dev 

DateTime field availability through Force.com Sites

Are datetime fields going to be exposed on a visualforce page accessible via force.com sites when it goes GA?

I am currently building a force.com sites form via VForce and need datetime fields...

Has anyone been able to get around this or have another solution I should try?

Thanks!
Best Answer chosen by Admin (Salesforce Developers) 
BulentBulent
Drill down to the site public access settings on the site details page and check the field level security for the fields you mentioned.
There are no restrictions for datetime fields

All Answers

BulentBulent
What is the problem with date time field you are experiencing?
SkyMatix_DevSkyMatix_Dev
When I pull up the visualforce page via the sites URL it does not display the two datetime fields that I have on the form.

If I pull up the same visualforce page by navigating apex/pageName... it works just fine and displays both StartDateTime and EndDateTime.

The guest user profile has the correct permissions to access the object that contains the StartDateTime and EndDateTime fields and its leaving me stumped.

any thoughts?
BulentBulent
Drill down to the site public access settings on the site details page and check the field level security for the fields you mentioned.
There are no restrictions for datetime fields
This was selected as the best answer
SkyMatix_DevSkyMatix_Dev

amazingly easy step... and completely missed it..

thank you for your help!