Form submission: Not all data is received

  • odileb
    Asked on April 27, 2018 at 2:08 PM
    however. Have noticed another problem . I’ve attached two photos the first me s the for, as I was filling it in and the second is the receipt received. Nt all the times are coming through on the form 152485210948C3087F 91ED 4B9F 9436 FC3079 Screenshot 10
  • Richie JotForm Support
    Replied on April 27, 2018 at 2:25 PM

    It seems that the first Input table is covered by the second input table. To fix this issue, we just need to edit the first input table inside the mobile responsive code I have given and add the css code.

      z-index: 1!important;

    Form submission: Not all data is received Image 1 Screenshot 30

    We can also add the css code outside the mobile responsive form so that it will also work when not in mobile view.

    #id_32{
      z-index: 1!important;
    }

    Here is my screenshot of the submission after I have added the css code.

    Form submission: Not all data is received Image 2 Screenshot 41

    Please give it a try and let us know how it goes.

    Thank you.

  • odileb
    Replied on April 27, 2018 at 2:35 PM

    Hi sorry where do I add the css for the non mobile version

  • Richie JotForm Support
    Replied on April 27, 2018 at 2:45 PM

    You can add it after the }  of the mobile version custom CSS.

    Form submission: Not all data is received Image 1 Screenshot 20