This used to be fairly simple to pull off but as of lately, I am having issues having several "Buy Now" type buttons on the same page.
Before, I could use a little jQuery and .serialize() the fields I wanted to submit by wrapping them in a div and serializing the div's ID. Now, I have to serialize the entire DNN page (form) for that to work, but that doesn't allow me to have duplicate field names on the same page. The work around is to embed the buttons as iFrames but I am not in love with that solution. Anyone have another solutions that works? Thanks!