I'm quite new to Click and Pledge form as a service.
I'm assisting an organization which uses C&P FaaS to collect donations for their annual events.
One of the challenges is that after user input all the donation data, the organization's webpage doesn't display the total amount of the donation. In one case, a user selected ticket quantity that is intended for a specific ticket type, instead that selected quantity applies to all other ticket types, which then compelled the organization to issue a refund.
The way we handle donation page currently is directing user to a static page for OnSuccessUrl, OnDeclineUrl, and OnError Url.
If there is a way to provide confirmation before submitting the form or do a live preview of the donation amount total before user clicking on Submit, that'd be great.
Please advise.
I'm assisting an organization which uses C&P FaaS to collect donations for their annual events.
One of the challenges is that after user input all the donation data, the organization's webpage doesn't display the total amount of the donation. In one case, a user selected ticket quantity that is intended for a specific ticket type, instead that selected quantity applies to all other ticket types, which then compelled the organization to issue a refund.
The way we handle donation page currently is directing user to a static page for OnSuccessUrl, OnDeclineUrl, and OnError Url.
If there is a way to provide confirmation before submitting the form or do a live preview of the donation amount total before user clicking on Submit, that'd be great.
Please advise.
Comment