Block loses PayPal code upon opening admin page
-
I have inserted the following PayPal code in an Html block on a Page. When my client opens the page in admin, the “form” and “input” lines disappear. This does not happen when I open the admin page. We are both administrator-level and using PCs, not Macs. Why would this be happening to her and how can we prevent the loss?
<div class="paypal"> Purchase through PayPal: <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="paypal"> <input name="cmd" type="hidden" value="_s-xclick"> <input name="hosted_button_id" type="hidden" value="removed_for_privacy"> <table> <tbody> <tr> <td><input name="on0" type="hidden" value="Size">Size</td> <td><select name="os0"> <option value="1 oz">1 oz $24.00 USD</option> <option value="2 oz">2 oz $42.00 USD</option> <option value="4 oz">4 oz $72.00 USD</option> </select></td></tr> </tbody> </table> <input name="currency_code" type="hidden" value="USD"> <input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" type="image"> <img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0"> </form> </div>
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Block loses PayPal code upon opening admin page’ is closed to new replies.