Our C&P setup is that we use php forms on our website to post transaction to C&P, and the transactions are auto-created in our Salesforce instance. I have two forms that are working well this way.
I recently needed to create another form for entry into our film festival. I copied our General Donation form, and modified it significantly to pass more custom values using the FieldName(n) and FieldValue(n). There are 15 name value pairs passed this way. We do not necessarily need them all passed into Salesforce, but we do need them to at least be listed in the notification email.
When I went to test the form (as an active transaction for $1), and clicked on submit- I was taken to a blank/white browser page with the URL: https://faas.cloud.clickandpledge.com/ . It hung there and nothing else happened.
Can you suggest what may be happening based on the symptoms? Here's some of my theories:
The form is located at: http://savannastation.carolinatigerr...film-entry.php
Suggestions for troubleshooting?
thanks, Amanda
I recently needed to create another form for entry into our film festival. I copied our General Donation form, and modified it significantly to pass more custom values using the FieldName(n) and FieldValue(n). There are 15 name value pairs passed this way. We do not necessarily need them all passed into Salesforce, but we do need them to at least be listed in the notification email.
When I went to test the form (as an active transaction for $1), and clicked on submit- I was taken to a blank/white browser page with the URL: https://faas.cloud.clickandpledge.com/ . It hung there and nothing else happened.
Can you suggest what may be happening based on the symptoms? Here's some of my theories:
- Too many name/value pairs
- The syntax of one or more name/value pairs is incorrect (I'm certainly reviewing that)
- Inherent problems when name/value pairs get greater than 1 digit- e.g. FieldName11
- C&P cannot receive <textarea> values because of the high number of character
The form is located at: http://savannastation.carolinatigerr...film-entry.php
Suggestions for troubleshooting?
thanks, Amanda
Comment