Donation API example error page

Options
The donation form examples will display errors in place if javascript is enabled, but need to redirect to an error page if javascript is not enabled. This is an example of the code for a good error page. It would need to be built in PageBuilder to properly render all the Convio tags.
Tagged:

Comments

  • deveh,

    Quick question. Is there any pointers on how to handle credit card numbers that do not match up with credit card chosen.

    For example if AMEX is 4111-111-111-1111 and the donor selects VISA which is 4111-1111-1111-1111

    I am currently using jquery.validation.js for validation. It looks like the user can enter a AMEX number and select any other card BUT AMEX and it goes to the success page.

    I have form error point to a pagebuilder error page like instructed on the post

    Any suggestions?

Categories