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
Deepak ChouhanDeepak Chouhan 

Site.com : binding custom html input with custom object.

Hi All,
I have working with Site.com. i want to binding html page with custome object. i have create some input field in site.com template. it possibel to stored data into custome object using site.com html page templates.
pls help me out.....
Sagar PareekSagar Pareek
No.

Site.com does not allow you to use Visualforce and apex . site.com supports HTML,CSS,Javascript and also there are special elements called repeaters and there are content blocks where you can pull data from objects on the block.

 
Sagar PareekSagar Pareek
One advantage of the site.com is its ability to Support controlled contributor or "content editor" access to pages after they've been built.

A form element provides facility to capture data in custom object but none of the Visualforce compoenets we can use 
You can go through site.com implementation guide for reference to gain more insight