We use visualforce to create donation pages like this one: mindsmatter.secure.force.com/donate/national
People have been submitting donations multiple times, so I need to block the submit button. That is, once someone clicks "Submit donation" the button should be disabled and they shouldn't be able to submit again. How can I do this in Apex?
People have been submitting donations multiple times, so I need to block the submit button. That is, once someone clicks "Submit donation" the button should be disabled and they shouldn't be able to submit again. How can I do this in Apex?
Comment