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 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)) {