How to add Paypal in our forms?
eXtract from Agile Tour 2009 Montreal registration form (Thanks to Montreal organizers --patrice)1. Edit the webform and click on the "configuration" link
2. On the webform setting, change the "Description" editbox:
Fill out the form below and click on "Continue".
You will be redirected to Paypal to finalize your registration.
<br/>
Remplissez le formulaire suivant puis cliquer sur "Continuer".
Vous allez être redirigé vers un moteur Paypal pour finaliser
votre inscription.
3. Load your payal parameters for the script and adapt the following script
<h2>Inscription à l'Agile Tour 2010 <CITY></h2>
Please, click the button below to pay participation fees via PayPal<br/>
Merci de cliquer sur le bouton ci-dessous pour régler les frais de participation
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="1234567">
<input type="image" src="https://www.paypal.com/fr_XC/i/btn/btn_paynowCC_LG.gif" border="0" name="submit" alt="PayPal - la solution de paiement en ligne la plus simple et la plus sécurisée !">
<img alt="" border="0" src="https://www.paypal.com/fr_XC/i/scr/pixel.gif" width="1" height="1">
</form>
<script type="text/javascript">
document.getElementsByName("Inscription AT2010 <CITY>").contentWindow.scrollTo(35,100)
</script>
4. Finally, change the "Confirmation message or redirect URL" editbox with your new html script
5. Don't forget to make an attempt of payment :)
Add Child Page to PaymentSystem