Paypal form in reader mode not visible
-
Hi there,
blog is using AMP in reader mode. The page has included a form from PayPal to include a donate button. I cannot see that AMP WP is transforming the form.
Problem: img and form input is not working.Code the doesn’t work:
<div> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input type="hidden" name="cmd" value="_s-xclick" /> <input type="hidden" name="hosted_button_id" value="xxxxxxxx" /> <input type="image" src="https://www.paypalobjects.com/de_DE/DE/i/btn/btn_donate_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Spenden mit dem PayPal-Button" /> <img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1" /> </form> </div>
What is needed that a form is displayed in html and amp wp page?
M:
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Paypal form in reader mode not visible’ is closed to new replies.