2014-11-14 86 views
0

是否有可能在單選按鈕的web窗體中有一個paypal捐贈按鈕,因此該人必須捐贈以發送表單?如果是這樣,這怎麼能實現呢?webform with built in paypal捐贈按鈕

在此先感謝做到這一點

text-decoration: none} 
.robolink:link {font-weight: bold; font-size: 9pt; color: #999999; font-family: Arial,  Helvetica, sans-serif; text-decoration: none} 
.robolink:hover {font-weight: bold; font-size: 9pt; color: #979653; font-family: Arial, Helvetica, sans-serif; text-decoration: underline} 
.robolink:visited {font-weight: bold; font-size: 9pt; color: #979653; font-family: Arial, Helvetica, sans-serif; text-decoration: none} 
</style> 
<form name="htmlphpformgenerator1" method="Post" action="mailto:[email protected]"> 
<table width="100%" border="0" cellpadding="5" cellspacing="0"> 
<tr><td valign=top>What Snake?</td><td valign=top> 
<input type="radio" name="What_Snake__1" value="Retic" checked>Retic<br> 
<input type="radio" name="What_Snake__1" value="Boa">Boa<br> 
<input type="radio" name="What_Snake__1" value="Grass">Grass<br> 
<input type="radio" name="What_Snake__1" value="King">King<br> 
<input type="radio" name="What_Snake__1" value="Cobra">Cobra<br> 
</td></tr> 
<tr><td colspan=2><input type="submit" name="Submit" value="Cast Your Vote"></td></tr> 
<tr><td colspan=2 class=robotext><a href="http://www.phpform.info" class="robolink">HTML/PHP Form Generator</a> from ROBO Design Solutions</td></tr></table></form> 

回答

0

的一種方法是設計的捐贈按鈕是提交按鈕(這可以通過您的支付寶賬戶來完成)。以下是這樣做的指令:

https://www.paypal.com/us/cgi-bin/?cmd=_donate-intro-outside

您可能想要清楚地向最終用戶通過點擊提交,他們將被重定向到PayPal進行捐贈。

希望這會有所幫助。

相關問題