How do I export the html page and include it on another page?

  • Jainish Shah
    Asked on July 25, 2020 at 9:59 PM

    Great Article, but is it possible to import form from my j2.html and embed that form into my new page j3.html. I want to do this because my j2.html page contains dynamic adding form fields so at run time when the dynamic field is added this field should be saved in my original form and the whole form should appear on a new page by clicking on the preview form button. Please help me through this

  • roneet
    Replied on July 25, 2020 at 11:02 PM

    You may include the j2.html page into another page if you want to reuse the form to another page.

    To avoid any coding and loss of functionality you may include the same page to different pages where you want.

    Helpful link:

    https://www.w3schools.com/howto/howto_html_include.asp

    Thanks.