Ways to give: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 102:
currency.value = code;
document.paypalcontribution.appendChild(currency);
document.paypalcontribution.referrer.value = document.referrer;
document.paypalcontribution.submit();
Line 113 ⟶ 114:
<input type="hidden" name="utm_campaign" value="C11_Waystogive" />
<input type="hidden" name="referrer" value="" />
<input type="hidden" name="language" value="</html>{{int:lang}}<html>" />
<input type="hidden" name="country" value="</html>{{{country}}}<html>" />
<input type="hidden" name="returnto" value="Thank_You/</html>{{int:lang}}<html>" />
<input type="hidden" name="email-opt" id="input_email" value="1" checked="checked" />
</form>
|