You need to sign in to do that
Don't have an account?

Use Visualforce Page in WebtoCase
I have a Visualforce Page with standardController(Case) & Extensions
Can we use this Visualforce Page in WebtoCase?
I would like to have this VisualforcePage in my Company's Website.
Any poniters are welcome.
Many Thanks
Can we use this Visualforce Page in WebtoCase?
I would like to have this VisualforcePage in my Company's Website.
Any poniters are welcome.
Many Thanks
I'm not sure if my company website is hosted on Force.com sites.
How can do it using sites?
If I have to create using HTML form I need to use lot of styling and other things which I'm not familiar with.
So would like to find a way to integrate the Visualforce Page in my website, which will create the case in salesforce based upon my controller logic
There is no simple way to integrate controller with external application but you can do one thing.
You can write a trigger on Case object. When a new case is entered by web2case from company site, that trigger will fire on before insert and you can perform the controller logic there. You will have access to all fields of that case record.
http://www.heathrowairport.com/help/contact-us/feedback
We had to use a Visualforce page for this as the form is collecting information on a variety of issues.
I have created a Site and added my Visualforce Pages.
can you please post some sample code on how to add it to via iframe?
Many thanks in advance :)
You can find out more about the iframe tag at:
https://developer.mozilla.org/en/docs/Web/HTML/Element/iframe
What should I put under SRC.
My Site Url is "http://sandboxname-casemanagement.cs8.force.com/"
My VF Page name is "webtoCaseManagement"
Now my iframe would be
<ifrmae src="http://sandboxname-casemanagement.cs8.force.com/webtoCaseManagement" />
Please correct me if i'm wrong.
Really Appreciate your help