I posted a similar post on the IFrame project area, but no one seems to be minding the store there. I really need some guidance here so please chime in if you have any ideas on how to skin this cat.
Since we cannot just layer in a form in an HTML module with DNN, I am trying to use an IFrame to put an optin email form on a page. The code for my optin form is being generated by my merchant provider's autoresponder software, so I don't have a lot of control over it. Also, I need a pretty generic solution, since I am trying to setup a hosting service and my customers might use a variety of third party providers for their optin email service.
I am having two issues, one is the border that is being placed around the IFrame and the second is that the form redirects to another page on submission. On Submit of the form in the IFrame the form is redirecting to the Thank You page, but it is doing it inside the IFrame instead of at the page level. So my main DNN page stays put but the new page shows up in the IFrame. Not really what I want. But remember that I cannot necessarily modify the code for the optin form.
As far as the first issue goes, I am trying to use IFrame in an area with a backgound color and the IFrame keeps putting a white border around my page regardless of how I set the width and height. It is set to 100% for both now at http://www.superaffiliatehost.com/info. If I make the width and height smaller the Right and Bottom whitespace will go away, but finally the left and top are still white and it starts pushing my form off to the right. Thanks for any suggestions on how to handle this. I am open to other solutions than the Iframe approach but it has to be pretty simple for my customers to be able to do it.