Template:2011FR/form-template-default-3: Difference between revisions
Content deleted Content added
No edit summary |
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;
if (validateForm(document.paypalcontribution)) {
if(typeof(OWA) !== 'undefined'){OWATracker.shareStateByPost( document.paypalcontribution );}
|