Hi,

I have a drupal site and I want to have a link to a mail in form. I have created the page and it is jut basically an input form with some text on it and an image. I want to have a link to this page from another page, however, I want the mail in form to open in a new window with none of the menus and header and footers. This way they can print if off. Is there a way to do this? I am using Drupal 4.6 (I think, might be 4.5. Is there a way to check?), I know it is pretty old, I just haven't had time to upgrade yet. I tried once and it failed miserably.

Thanks for any help.

Comments

shouchen’s picture

I think you could accomplish this by uploading a PDF version of the form and providing a link to it.
-Steve

devinWhalen’s picture

Thanks for the idea, however, I am still wondering if this can be achieved through settings or php calls. If not, then I will have to do the pdf thing. Or I supposed I could create a standalone html document and link to that.