Template:2012FR/Form-section/Processing/Default: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
rename redirectPayment, add way to skip validation (for USD methods where there's no need to select an amount)
No edit summary
Line 110: Line 110:
donationForm.addAnalytics();
donationForm.addAnalytics();
if (validateForm(form) || skipValidation) {
if (skipValidation || validateForm(form)) {
form.method = "POST";
form.method = "POST";
form.submit();
form.submit();

Revision as of 14:26, 6 January 2014