Template:Form-template/Form-template-default: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
okay, looks like 'referrer' is still used
update form to use GET method, extra inputs
Line 1: Line 1:
{{MediaWiki:Resources/validation.js}}
{{MediaWiki:Resources/validation.js}}
<html>
<html>
<form method="post" name="paypalcontribution">
<form method="GET" name="paypalcontribution">
<input type="hidden" name="payment_method" value="">
<input type="hidden" name="utm_source" value="" />
<input type="hidden" name="utm_medium" value="" />
<input type="hidden" name="utm_campaign" value="" />
<input type="hidden" name="utm_key" value="" />
<input type="hidden" name="referrer" value="" />


<input type="hidden" name="language" value="</html>{{int:lang}}<html>" />
<input type="hidden" name="utm_source" value="" />
<input type="hidden" name="country" value="</html>{{{country}}}<html>" />
<input type="hidden" name="utm_medium" value="" />
<input type="hidden" name="utm_campaign" value="" />
<input type="hidden" name="utm_key" value="" />
<input type="hidden" name="referrer" value="" />


<input type="hidden" name="amountGiven" value="" />
<input type="hidden" name="language" value="</html>{{int:lang}}<html>" />
<input type="hidden" name="country" value="</html>{{{country}}}<html>" />
<!-- currency_code is in Template:2012FR/Form-section/Radiobuttons/Default. No, I don't understand why either... -->
<input type="hidden" name="payment_method" value="">
<input type="hidden" name="payment_submethod" value="">


<input type="hidden" name="recurring" value="">
<div id="donate-form-wrapper">
<input type="hidden" name="gateway" value="">
<noscript><div class="error-nojs"></html>{{int:Donate_interface-noscript-msg}}<html></div><style>#actual-form-loading { display: none; }</style></noscript>
<input type="hidden" name="ffname" value="">
<div id="actual-form-loading">
Loading…<br>
<small>(If the form does not load, your web browser may not be supported. Please try a more modern browser.)</small>
</div>
<div id="actual-form">
</html>{{2012FR/Form-section/Paymentmethods/Status}}<html>
</html>{{Template:2012FR/Switch/Country
|template = 2012FR/{{{form-countryspecific}}}
|appeal = {{{appeal}}}
|language = {{int:lang}}
|country = {{{country}}}
}}<html>
</div>
<div class="dividing-line" id="form-line"></div>
<div id="donor-infobox-block">
</html>{{{infobox}}}<html>
</div>
</div>


<input type="hidden" name="amountGiven" value="" />
</form>

<div id="donate-form-wrapper">
<noscript><div class="error-nojs"></html>{{int:Donate_interface-noscript-msg}}<html></div><style>#actual-form-loading { display: none; }</style></noscript>
<div id="actual-form-loading">
Loading…<br>
<small>(If the form does not load, your web browser may not be supported. Please try a more modern browser.)</small>
</div>
<div id="actual-form">
</html>{{2012FR/Form-section/Paymentmethods/Status}}<html>
</html>{{Template:2012FR/Switch/Country
|template = 2012FR/{{{form-countryspecific}}}
|appeal = {{{appeal}}}
|language = {{int:lang}}
|country = {{{country}}}
}}<html>
</div>
<div class="dividing-line" id="form-line"></div>
<div id="donor-infobox-block">
</html>{{{infobox}}}<html>
</div>
</div>

</form>
</html>
</html>

Revision as of 14:50, 5 April 2016

  1. REDIRECT Template:Validation.js