Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I have tried to add a PayPal ‘Buy Now’ Button code into the success message and although it shows perfectly in the Visual mode it does not display on the web page. I tried just adding a simple button and that also gets ignored. Any ideas? Thanks.
Hi John
Thanks for reaching out.
Did you add the button to the Text tab of the Editor? I ran a test now and am able to add a Button. If you can send an example of the code you’re adding, I can take a further look.
Thanks for getting back to me Andrew. Yes I did add it in the Text Tab.
Whilst trying to find what the problem was I reduced it to:
Please click on the image below to make payment by PayPal
<input type="submit" value="Submit" />
That shows up OK in the visual tab but not on the webpage. When I had the
PayPal button image in there it did exactly the same.
Hi John
Thanks. I had tested with
which is why my test initially was successful. I can see the issue using
.
I’ve logged the issue here https://github.com/siteorigin/so-widgets-bundle/issues/1028.
You can perhaps try
Submit
and see if the form still works normally with that as a replacement for theinput
.