Mobile App/Widget and other questions

  • francinec1
    Asked on February 10, 2017 at 5:21 PM

    Ok, so first question.

    I'm having an issue with one of my form viewed on a mobile device.

    https://form.jotform.com/70406032017138

     

    I tried adding the "Mobile" Widget, but it doesn't seem to be applicable to a form.  Not sure if hte widget is not working correctly or if I'm doing something wrong.

     

    Second - I have a square store, but I can't seem to link to my specific items within my square store with the items in my square library.   Also, I'd like a way for "Products" to allow a selection of payment for cash (paid to specific place) and check to be mailed.  

     

    Third.  I'ld love an element for a print button for a printable version of the form, but can't seem to find out how to do that.

     

    Lastly - I want to add my leads for the product/form to be able to get access to submissions, reports, etc without me having to give out my login and pw.  Is there a way to add a collaborator and have them be able to set thier own login and pw to access the forms and submissions?

     

    Thanks in advance,

     

    Francine Carstensen

  • David JotForm Support Manager
    Replied on February 10, 2017 at 7:31 PM

    Please try injecting the following code in your forms CSS area:

    @media only screen and (max-width: 480px) {

    .header-logo-left {

        width: 170px !important;

    }

    #header_14{

        font-size: 1.6em !important;

    }

    .form-label-left, .form-label-right{

    width: auto !important;

    }

    #cid_17 {

        width: auto !important;

        margin-top: 35px !important;

        margin-left: -230px !important;

    }

    #cid_32{

        width: auto !important;

        margin-top: 35px !important;

        margin-left: -121px !important;

    }

    #input_print_13 {

        margin-left: 0px !important;

    }

    }

    Example:

    Mobile App/Widget and other questions Image 1 Screenshot 20

    The other questions will be addressed in separate threads:

    2) https://www.jotform.com/answers/1063358 

    3) https://www.jotform.com/answers/1063359 

    4) https://www.jotform.com/answers/1063360