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
Ker Vin.ax1237Ker Vin.ax1237 

Moving a Javascript/HTML on Force.com Sites

I have a Javascipt/HTML enquiry page that uses the Web-to-Lead to create Leads automatically. I'm just wondering, is it possible to move that entire page into Force.com Sites without much re-coding? If yes, then can someone provide a basic guide?

 

For example, we use multiple checkboxes instead of a multi picklist to provide a better experience for the user. Will such changes be able to be brought over?

EIE50EIE50

Hi,

 

Here is the link on how to implement a force.com site, http://boards.developerforce.com/t5/General-Development/Storage-related-question/td-p/415985.

 

You can create a visualforce page like,

<apex:page>

Copy paste your Javascipt/HTML enquiry page

</apex:page>

 

That's it. You can use the above created page as your site home page.