Hi:
I am trying to implement a simple contact form and have it submit to Salesforce. I have tested the form as an email submittal. It works perfectly. When I add the submit url to salesforce, the submit button will not even work (it does not redirect...nothing happens). I am using Joomla 1.5. My submit url is: https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8
then there are 2 hidden fields:
<input type=hidden name="oid" value="MMMMMM"> /* removed the value for security reasons */
<input type=hidden name="retURL" value="http://www.mysite.com">
I have debug on...is there a special addon for firefox that will allow me to see what is going on? I'm concerned it maybe the SSL, but not sure how to get at the problem. Any help greatly appreciated
I am trying to implement a simple contact form and have it submit to Salesforce. I have tested the form as an email submittal. It works perfectly. When I add the submit url to salesforce, the submit button will not even work (it does not redirect...nothing happens). I am using Joomla 1.5. My submit url is: https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8
then there are 2 hidden fields:
<input type=hidden name="oid" value="MMMMMM"> /* removed the value for security reasons */
<input type=hidden name="retURL" value="http://www.mysite.com">
I have debug on...is there a special addon for firefox that will allow me to see what is going on? I'm concerned it maybe the SSL, but not sure how to get at the problem. Any help greatly appreciated