Template:2011FR/lp-form-US7amounts: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
Jalexander (talk | contribs)
whistles innocently
Jalexander (talk | contribs)
m Reverted edits by Jalexander (talk) to last revision by Pgehres (WMF)
Line 5: Line 5:


var minimums = {
var minimums = {
'USD' : 1,
'GBP' : 1, // $1.26
'GBP' : 1, // $1.26
'EUR' : 1, // $1.26
'EUR' : 1, // $1.26
Line 86: Line 87:
document.paypalcontribution.action = action_url;
document.paypalcontribution.action = action_url;
document.paypalcontribution.utm_source.value = getQuerystring( 'utm_source' ) + '.' + getLandingPage() + '.' + paymentType;
document.paypalcontribution.utm_source.value = getQuerystring( 'utm_source' ) + '.' + getLandingPage() + '.' + paymentType;
document.paypalcontribution.submit();
if (validateForm(document.paypalcontribution)) {
if(typeof(OWA) !== 'undefined'){OWATracker.shareStateByPost( document.paypalcontribution );}
document.paypalcontribution.submit();
}
}
}
</script>
</script>

Revision as of 00:54, 20 September 2011

{{{gift-amount-text}}}

*  *  *