PayPal Button Not Working on a Page
-
Hi all,
I'm trying to add PayPal "buy" buttons to a page (for books and publications). When I paste the html code in source code command through text or image caption, the button does appear on the page, but when I publish the page it is impossible to click on it. Does anyone here had the same experience and insights about it? Thank you very much!
JEF
-
Hm, interesting. Can you send me a link?
-
Hi @arminunruh
I have the same problem. I need to include and option to get a magazine paying using paypal.
I have received this data to be published it is a kind of form and I will need to include above a text:<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="SN3EQ3BCR7AMG">
<table>
<tr><td><input type="hidden" name="on0" value="Magazine">Magazine</td></tr><tr><td><select name="os0">
<option value="UK">UK £6.00 GBP</option>
<option value="Overseas">Overseas £7.00 GBP</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="GBP">
<input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form> -
Hey, try this, I added this to the last image:
style="width: 1px; height: 1px;"
<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="SN3EQ3BCR7AMG">
<table>
<tr><td><input type="hidden" name="on0" value="Magazine">Magazine</td></tr><tr><td><select name="os0">
<option value="UK">UK £6.00 GBP</option>
<option value="Overseas">Overseas £7.00 GBP</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="GBP">
<input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online.">
<img style="width: 1px; height: 1px;" alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>
I don't answer or check forum DMs, please just post on the forum.
Before you post:
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. When using a WordPress Cache plugin, disable it or clear your cache.
Now see if your problem solved itself.
Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it