• Resolved jgardonis

    (@jgardonis)


    I have a website I’m designing for a client who really wanted this form and others like it to remain the same from their old website. The page with a form is here https://dit.msr.mybluehost.me/forms/Outfitters_Liability_Quote_Form.htm.

    They want the main header for the site to be on this form page and the other form pages. I had to upload the pages from the old site into file manager to get them on the current website. Can someone please tell me how I can have the main header for the site appear on the form pages too?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • You would have to do it the other way around: from this pure HTML page, throw out everything that does not belong to the form and then embed the HTML file edited in this way, e.g. via iframe, in a content in WordPress.

    Or you create your own template in your child theme for this purpose and integrate the form there. This would be the way I would recommend if you want to keep the form.

    By the way, both ways will change the styling of the form because then the style of the surrounding page is loaded via its header.

    However, the best way for your client would be to put the form in a wordpress form plugin. So make it completely new. You can then also make that look very similar to the current form. That would be the way I would recommend.

    Thread Starter jgardonis

    (@jgardonis)

    The suggestion of the iframe worked perfectly. Thank you very much @threadi!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting Website Header on Htm pages’ is closed to new replies.