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

From Donate
Jump to navigation Jump to search
Content deleted Content added
Cbarr (talk | contribs)
No edit summary
Cbarr (talk | contribs)
No edit summary
Line 56: Line 56:
gateway.value = "paypal";
gateway.value = "paypal";
document.paypalcontribution.appendChild(gateway);
document.paypalcontribution.appendChild(gateway);
document.getElementById("currency_code").value="USD";
document.getElementByName("currency_code")[0].value="USD";
//document.getElementByName("amountGiven")[0].value="";
//document.getElementByName("amountGiven")[0].value="";
}
}



Revision as of 21:37, 16 November 2011