Sitefinity to Salesforce

Posted by Community Admin on 04-Aug-2018 07:42

Sitefinity to Salesforce

All Replies

Posted by Community Admin on 14-Feb-2013 00:00

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


Posted by Community Admin on 18-Feb-2013 00:00

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.

Regards,
Patrick Dunn
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 08-Mar-2013 00:00

Thank you Patrick. Appreciate your help.

This thread is closed