Template:2011FR/form-template-default-3: Difference between revisions

Content deleted Content added
Cbarr (talk | contribs)
No edit summary
Cbarr (talk | contribs)
No edit summary
Line 104:
 
function redirectPayment(i) {
 
document.getElementById("floating-amount-field").value = amount;
 
var recurring = document.createElement("input");
Line 139 ⟶ 137:
document.paypalcontribution.action = action_url;
document.paypalcontribution.utm_source.value = getQuerystring( 'utm_source' ) + '.' + getLandingPage() + '.' + paymentType;
 
document.getElementById("floating-amount-field").value = amount;
 
if (validateForm(document.paypalcontribution)) {
if(typeof(OWA) !== 'undefined'){OWATracker.shareStateByPost( document.paypalcontribution );}