Template:2012FR/Form-section/Processing/Default: Difference between revisions
Content deleted Content added
only mess with form after validating |
No edit summary |
||
Line 9:
donationForm.redirectPayment = function(paymentMethod, paymentSubMethod, skipValidation) {
if ( skipValidation || validateForm(form) ) {
Line 14 ⟶ 16:
paymentSubMethod = '';
}
▲ var form = document.paypalcontribution; // we should really change this some day
var paymentsURL = 'https://payments.wikimedia.org/index.php/Special:GatewayFormChooser';
|