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
Gaston LeferGaston Lefer 

externally available visualforce to create a case

Create visualforce page that is externally available that will create a case in Salesforce. Pretty much visuakforce page that works like a a web to case
Best Answer chosen by Gaston Lefer
Raj VakatiRaj Vakati
You can do it in simple two steps 
  1. Create a visuaforce page 
  2. Add to the Site.com as a public page 
Refer this links 

https://developer.salesforce.com/page/Creating_Custom_Web-To-Case_Forms_Using_Visualforce_and_Sites
https://developer.salesforce.com/page/An_Introduction_to_Force.com_Sites
 

All Answers

Raj VakatiRaj Vakati
You can do it in simple two steps 
  1. Create a visuaforce page 
  2. Add to the Site.com as a public page 
Refer this links 

https://developer.salesforce.com/page/Creating_Custom_Web-To-Case_Forms_Using_Visualforce_and_Sites
https://developer.salesforce.com/page/An_Introduction_to_Force.com_Sites
 
This was selected as the best answer
Gaston LeferGaston Lefer
Have tested that code? It doesn’t work
Raj VakatiRaj Vakati
I tried it .. it worked .. What is the error your getting... 
Gaston LeferGaston Lefer
No case is being created.. 
Gaston LeferGaston Lefer
I got it work but the field are read only how do I make them editable 
Gaston LeferGaston Lefer
Worked