Hi,
I am not sure if this the right place to post this as I have never been here before. Sorry if it is not in the right location.
I am trying to use the Web HTML code provided by PayPal when you create a button. Mine all have drop down menu's, this one I am working on only has one item. I have spent hours trying to figure out what I am missing. Coding is not a strength of mine at least not to this degree.
i have encountered two problems 1) in the preview I can see the button and the dropdown menu. when i save it (publish) it, it does not match the preview. it has a buy it now button; however no menu items. just the menu header. and 2) the buy it now button does not go to the paypal page, it stays on the website.
i can only use java script and not iframe. i know that DNN does not like the 'form' so i took that out.
here is the coding i am trying to get work...
and here is the original code...
<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="MTACHULPDV294">
<table>
<tr><td><input type="hidden" name="on0" value="Cat Tails">Cat Tails</td></tr><tr><td><select name="os0">
<option value="Cat Tails - Single (One)">Cat Tails - Single (One) $5.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_buynow_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="
https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
any help would be appreciated, as i have client who is waiting on this to be repaired. thank you.