You can do this with a simple javascript trick.
- Remove the tags from your PayPal “Buy Now” code.
- Add onClick=”this.form.action=’https://www.paypal.com/cgi-bin/webscr’;; this.form.submit();” to the buy now input button.
- Paste what is left into the html module
What it does is change the action for the Form that is already embedded into the DotNetNuke default.aspx page.
Example:
etc…
Senior Engineer Jessie
Comments