How can I make my embedded form mobile responsive

  • nelleke_bennahou
    Asked on February 25, 2018 at 3:32 PM

    Hello,


    I made a form, but I try to make it 'mobile compatible" , you can see the form at www.mijn-droombaan.nl Can you help me?

  • Support_Management Jotform Support
    Replied on February 25, 2018 at 4:53 PM

    Looks like you just embedded the form in a plain HTML page without anything. Please keep in mind that we are providing the proper embed codes that you need to use.

    Complete guide: Which-Form-Embed-Code-Should-I-Use

    The main issue lies with the page itself, since you're not declaring any proper meta tags for mobile. Adding the following meta tags on the <head> section of your page should fix it:

    <meta name="viewport" content="width=device-width, initial-scale=1">

    I would also recommend you use the embed codes we provide in case the meta tags won't fix your issue.