How do i create a home sceen that links to different jotforms?

  • NgeeAnnPolytechnic
    Asked on March 14, 2015 at 12:01 PM

    Dear Sir

    What is the best approach to create a metro-style homescreen - with each image / tile linking to a different jotform?

    Thank you.

     

    An e.g homescreen is enclosed.

    Jotform Thread 533143 Screenshot
  • BJoanna
    Replied on March 14, 2015 at 2:41 PM

    If I understood you correctly you want to create site where you will have multiple image and each image need to link to different form. If that is the case, then you need to create first your forms. Every form has it own link e.g. http://form.jotformpro.com/form/50665001068953. Then you can simple create link that will open your form when user click on image. Code for that will be e.g.

    "<a href="URL OF YOUR FORM"><img src="URL OF YOU IMAGE" alt="Pentair0"></a>"

    Hope this will help. 

    Let us know if you need further assistance.