We are building out the donate now form in FaaS in order to embed the form into HubSpot. It is possible to test the form to verify all of the variable data processes correctly before we embed it and apply the SSL overlay? In other words, we are looking for a way to test this form without the SSL active.
Announcement
Collapse
No announcement yet.
Testing FaaS before embedding with SSL
Collapse
X
-
Good day!
The OrderMode is what you need to put in Test mode.
Test mode transactions use the 4111111111111111 and do NOT require SSL. Only TEST mode transactions may post from an insecure site. Once the OrderMode=Production then the site has to be secure.
I hope that answers the question.
Please let us know if we can be of any further assistance.Regards,
Click & Pledge Support Department
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support- read more: https://support.clickandpledge.com/s/article/general-information-live-support/
-
Thank you and additional questions
Thank you so much for the guidance. We've done that and now this question has come up:
I have a form that is in test mode, with the following POST settings:
<form id="Donation" method="post" action="https://faas.cloud.clickandpledge.com">
After submission, I end up on this url: https://faas.cloud.clickandpledge.com, with a blank browser window.
What action should the form be posting with and do we have any idea why this is happening?
Comment
-
Good day!
You are missing the OrderMode node. Your program will NOT work with the order mode.
I highly recommend that you review an example such as the one posted in: https://www.clickandpledge.com/Platf.../example/Base/
The OrderMode is a required node
or if you wish to use this in TEST mode then:<input type="hidden" name="OrderMode" id="OrderMode" value="Production" />
<input type="hidden" name="OrderMode" id="OrderMode" value="Test" />
Please let us know if we can be of any further assistance.Regards,
Click & Pledge Support Department
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support- read more: https://support.clickandpledge.com/s/article/general-information-live-support/
Comment
-
Good day!
Sorry to have missed answering the question.
All Question/Answer pairs will be included in the receipt and are also available in the reports. If you are using Salesforce they will also post to Salesforce.
Hope that answers the question.
Please let us know if we can be of any further assistance.Regards,
Click & Pledge Support Department
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support- read more: https://support.clickandpledge.com/s/article/general-information-live-support/
Comment
-
Good day!
Answer to your questions:
1. What steps need to be taken to move it from test mode to live mode?
REPLY: Change the OrderMode node to Production from Test (http://manual.clickandpledge.com/For...tml#Order_Mode)
2. Is any other testing required when we take the form live?
REPLY: We recommend complete testing of all fields ensuring proper validation for each field per manual. For example limits of first name number of characters in the manual versus what your form allows.
Please let us know if we can be of any further assistance.Regards,
Click & Pledge Support Department
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support- read more: https://support.clickandpledge.com/s/article/general-information-live-support/
Comment
Comment