HUHU
Hab mich durch die foren suche gearbeitet aber keinen entsprechenden bEITRAG GEFUNDEN
und zwar suche ich einen möglich keit diesen html text der einen button mit zahloption zu pay pal beinhaltet
in meinen wordpress blog einzubinen
habe es mit dem wightet html text versucht aber da wird nur der text des buttons nicht abe rder button angezeit
hie rist der button wie kann ich ihn einbinden ???
HTML
<form 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="2608324">
<table>
<tr><td><input type="hidden" name="on0" value="make your coice">make your coice</td></tr><tr><td><select name="os0">
<option value="Page with 1 Picture or Quik Page">Page with 1 Picture or Quik Page €7,00
<option value="Page with 2 Pictures">Page with 2 Pictures €8,00
<option value="Page with 3 or more Pictures">Page with 3 or more Pictures €10,00
<option value="Page with Extraktion´s">Page with Extraktion´s €15,00
<option value="Page with a special Kit wish">Page with a special Kit wish €20,00
<option value="Page wih all Special">Page wih all Special €25,00
</select> </td></tr>
<tr><td><input type="hidden" name="on1" value="all Pages comes in 3600x3600">all Pages comes in 3600x3600</td></tr><tr><td><input type="text" name="os1" maxlength="60">
</table>
<input type="hidden" name="currency_code" value="EUR">
<input type="image" src="https://www.paypal.com/en_US/DE/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="">
<img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
</form>
Alles anzeigen