I am developing a custom form for a client to replace this hosted form: https://connect.clickandpledge.com/w...-c4f075133876/
I have followed the FaaS example files, and submitted it against the https://verify.faas.cloud.clickandpledge.com endpoint. my client only has 1 campaign so I do not want to break it by setting the test mode in the admin console.
For further testing of receipts and success/decline/error urls, can I set OrderMode="test" and send in test transactions to a campaign in production mode? will this send receipts, show the redirect urls and postback data?
is there a way I can simulate declined cards and processing errors?
when using Faas, will the Salesforce integration that runs when the hosted form is submitted also run? is there a way to test this?
some critical information is captured in custom questions and sent to salesforce. do I need to duplicate any id's or field names in my FaaS form, or does the integration automatically send all posted data to salesforce? (specifically the donation dedication information if you looked at the linked hosted form)
thanks for your help!
I have followed the FaaS example files, and submitted it against the https://verify.faas.cloud.clickandpledge.com endpoint. my client only has 1 campaign so I do not want to break it by setting the test mode in the admin console.
For further testing of receipts and success/decline/error urls, can I set OrderMode="test" and send in test transactions to a campaign in production mode? will this send receipts, show the redirect urls and postback data?
is there a way I can simulate declined cards and processing errors?
when using Faas, will the Salesforce integration that runs when the hosted form is submitted also run? is there a way to test this?
some critical information is captured in custom questions and sent to salesforce. do I need to duplicate any id's or field names in my FaaS form, or does the integration automatically send all posted data to salesforce? (specifically the donation dedication information if you looked at the linked hosted form)
thanks for your help!
Comment