Template:2011FR/Form-section-processing: Difference between revisions

Content deleted Content added
Cbarr (talk | contribs)
No edit summary
Cbarr (talk | contribs)
No edit summary
Line 57:
document.paypalcontribution.appendChild(gateway);
document.getElementsByName("currency_code")[0].value="USD";
//document.getElementsByName("amountGiven")[0].value="";
//document.getElementsByName("amountGivenamount")[0].value="";
 
if(typeof(OWA) !== 'undefined'){OWATracker.shareStateByPost( document.paypalcontribution );}
document.paypalcontribution.submit();
}