Have trouble of modified PayPal form inside a DNN html Module where the image displays twice & does NOT go to PayPal.
Found two links that indicate to remove form & insert On Click
https://c2it.wordpress.com/2011/08/08/how-to-put-paypal-buy-now-buttons-in-your-dotnetnuke-portal/ and
https://support.managed.com/kb/a305/how-to-create-paypal-buynow-buttons.aspx
<<<<The orginal PayPal recurring 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="MxxRemovedY">
<table>
<tr><td><input type="hidden" name="on0" value="$1TestCPQcart Recurring$174/mo">$1TestCPQcart Recurring$174/mo</td></tr><tr><td><input type="text" name="os0" maxlength="200"></td></tr>
</table>
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribeCC_LG.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>
<<<<There example of onClick but display image twice and it does not go to the PlayPal page >>>>
<input type="image" onClick=”this.form.action=’https://www.paypalobjects.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
Thanks in advance for suggestions