Sitefinity to Salesforce
Hi there,
I am trying to embed a html form into our Sitefinity portal that would submit a Salesforce case from the portal. I used Content block to copy paste the HTML block that Salesforce provides. its a html form with a set of fields and a submit button and post action behind as below.
<form action="cs4.salesforce.com/.../servlet.WebToCase method="POST">
when I click submit nothing happens, but would work fine outside the portal.
Am I missing anything?
Thanks
Manohar
Hello Manohar,
Thanks for using Sitefinity.
The problem is you cannot have nested FORM tags in asp.net and have them submit correctly. Please try to create a Sitefinity widget that hosts your salesforce code to see if the problem persists. You can find out how by watching this video. Creating the widget will also make reusing the form in future pages much easier.
Let me know if you have any additional problems.
Thank you Patrick. Appreciate your help.