HTML Button Suddenly Stopped Working - "Things don't appear to be working. Try again later"

HBHealing
Contributor
Contributor

My website has been accepting payments from a simple HTML button for 5 years and is suddenly stopped working two days ago.  No changes have been made to the web site.  Clients are getting the "Things don't appear to be working......." message.  I have spent hours searching the web, and look over my entire account but have found no solution.  I have received no messages from PayPal.  I do live in Peru, and maybe something about the account requirements changed?  Again no changes were made to my site.  One day it worked, the next it did not.  Here is the button code that has worked for 5 years:

 

<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="???????">
                    <table>
                        <tr><td><input type="hidden" name="on0" value="Retreat Options">Retreat Options</td></tr>
                        <tr>
                            <td>
                                <select name="os0">
                                    <option value="9 Day Deposit">9 Day Deposit $650.00 USD</option>
                                    <option value="9 Day Retreat">9 Day Retreat $1,300.00 USD</option>
                                    <option value="12 Day Deposit">12 Day Deposit $850.00 USD</option>
                                    <option value="12 Day Retreat">12 Day Retreat $1,700.00 USD</option>
                                    <option value="2 Wk Personalized Deposit">2 Wk Personalized Deposit $1,000.00 USD</option>
                                    <option value="2 Wk Personalized">2 Wk Personalized $2,000.00 USD</option>
                                    <option value="3 Wk PersonalizedDeposit">3 Wk PersonalizedDeposit $1,350.00 USD</option>
                                    <option value="3 Wk Personalized">3 Wk Personalized $2,700.00 USD</option>
                                    <option value="4 Wk PersonalizedDeposit">4 Wk PersonalizedDeposit $1,750.00 USD</option>
                                    <option value="4 Wk Personalized">4 Wk Personalized $3,500.00 USD</option>                                   
                                </select>
                            </td>
                        </tr>
                    </table>
                    <input type="hidden" name="currency_code" value="USD">
                    <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_paynowCC_LG.gif"  name="submit" alt="PayPal - The safer, easier way to pay online!">
                    <img alt="" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
                </form>

 

Login to Me Too
1 REPLY 1

James_le_lynx
New Community Member

the following codes doesn't load the image

 

<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">

< img src="https://www.paypalobjects.com/fr_FR/FR/i/btn/btn_paynowCC_LG.gif"/>

if I set https://www.paypalobjects.com/fr_FR/FR/i/btn/btn_paynowCC_LG.gif in my broswer the image is loaded but if I embedded it in html code it isn't loaded

I tried to stop the adbloquer but it reacted the same !

 

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.