Form not diplaying correctly on a smart phone

  • meidi01
    Asked on August 28, 2015 at 5:42 AM

    I HAVE COMPLETED MY FORM AND AM TESTING IT AND REALISED THAT IF IT IS VIEWED ON A SMARTPHONE, IT LOOKS LIKE THAT ATTACHED.

     

    IS THERE A WAY TO CORRECT IT.

    Jotform Thread 649747 Screenshot
  • meidi01
    Replied on August 28, 2015 at 5:43 AM

    oR IS THERE A METHOD TO MAKE IT LOOK LIKE AT APPS? 

  • Boris
    Replied on August 28, 2015 at 9:21 AM

    I believe that this is the form in question:

    http://www.jotformpro.com/form/52265266682966

    For making your input fields taller, so that the entered text can be seen, please inject this custom CSS into your form:

    .form-textbox {
      height: auto;
    }

    You can also add this code by going to Setup & Embed > Designer, and pasting it into the textbox under the CSS tab:

    Form not diplaying correctly on a smart phone Image 1 Screenshot 40

    Form not diplaying correctly on a smart phone Image 2 Screenshot 51

    It will make textboxes appear on mobile devices as in this image:

    Form not diplaying correctly on a smart phone Image 3 Screenshot 62

    You may also wish to make your form Mobile Responsive.

    Please let us know if you need further assistance, we will be happy to help.