Is there a way a survey can be saved, if it hasn't been completed, so that you can return at a later time to finish?

  • terribussi
    Asked on June 29, 2020 at 11:24 AM

    FYI the BOD questionnaire has 56 questions.  If a board member only spends 3 minutes per question it would take well over two hours to complete.  With all due respect, if you want quality/thoughtful responses, this system is not going to be helpful for a survey of this length.  I get online surveys all the time and the ability for a respondent to start one and come back and finish it later is pretty standard, unless it is only like 5 questions long.  It’s akin to an online shopping cart for an e-commerce company - if a customer could not retain what they put into their cart to check out later, they’d be out of business…

    Please note that you will not be allowed to submit your results unless you answer all questions, and each individual questionnaire must be completed during one sitting or your answers will not be saved.

  • Jovanne JotForm Support
    Replied on June 29, 2020 at 11:41 AM

    Hi,

    It seems that you already opened a ticket related to this one, please check this thread for our response.
    https://www.jotform.com/answers/2418385

    Thank you.

  • terribussi
    Replied on June 29, 2020 at 12:28 PM
    d) You will be required to answer each question, which you will do by "clicking" the answer-box for the question. All questions have comment boxes for you to enter your comments. Please note that you will not be allowed to submit your results unless you answer all questions, and each individual questionnaire must be completed during one sitting or your answers will not be saved.
    What does it say now that I have Enabled the “Complete Form Later”?
    ________________________________
    Theresa Bussi
    Legal Department Manager
    [https://static.globalindustrial.com/site/img/systemax_sig.png]
    11 Harbor Park Drive, Port Washington, New York 11050
    Phone: +1 (516) 608-7926
    Email: TBussi@systemax.com
    Web: http://www.systemax.com
    CONFIDENTIALITY NOTE: This email (and any attachments) is confidential and intended solely for the recipient(s) named above. Any other recipient should notify the sender immediately and delete the original email (and any attachments). Any unauthorized use or distribution is strictly prohibited.
    ...
  • Bojan Support Team Lead
    Replied on June 29, 2020 at 1:54 PM

    Greetings Theresa.

    Thank you for your message.

    After checking your other tickets, it looks like the save button is not visible on your form. To solve this, please add the following CSS:

    #input_scl_130 {
      border-radius: .3em;
      margin: 5px;
      color: #fff !important;
      text-shadow: 0px -1px 0px #d85d00;
      border: none;
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4), inset 0px 0px 0px 1px #d85d00, 0px 0px 0px 5px #f2f2f2, inset 0px 2px 1px 0px #ffcc7a, 0px 0px 0px 6px #e6e6e6;
      -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4), inset 0px 0px 0px 1px #d85d00, 0px px 0px 5px #f2f2f2, inset 0px 2px 1px 0px #ffcc7a, 0px 0px 0px 6px #e6e6e6;
      -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4), inset 0px 0px 0px 1px #d85d00, 0px 0px 0px 5px #f2f2f2, inset 0px 2px 1px 0px #ffcc7a, 0px 0px 0px 6px #e6e6e6;
      background: #ff6d00;
      background: -moz-linear-gradient(top, #faa41a 0%, #ff6d00 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faa41a), color-stop(100%,#ff6d00));
      background: linear-gradient(top, #faa41a 0%, #ff6d00 100%);
    }

    You can click here to see how to inject CSS.

    Let us know if this solution worked for you. 

  • terribussi
    Replied on June 29, 2020 at 3:28 PM
    Can this be done even if the forms have already been sent out to the Board of Directors? The reason this came up was one of the members filling out the questionnaire had a problem with the fact that he would need to set aside 2 hours to fill out the questionnaire. I now know that the Disable button was on for “Continue Form Later”. I have now Enabled “Continue Form Later” but other issues will come up because there is no save button! Just a Submit button at the end of the questionnaire. I didn’t create the forms so I’m not familiar at all with Jot Forms and now that the questionnaires have gone out, I don’t want anything to mess that up!
    Does this make any sense?
    ________________________________
    Terri Bussi
    Legal Department Manager
    [https://static.globalindustrial.com/site/img/systemax_sig.png]
    11 Harbor Park Drive, Port Washington, New York 11050
    Phone: +1 (516) 608-7926
    Email: TBussi@systemax.com
    Web: http://www.systemax.com
    CONFIDENTIALITY NOTE: This email (and any attachments) is confidential and intended solely for the recipient(s) named above. Any other recipient should notify the sender immediately and delete the original email (and any attachments). Any unauthorized use or distribution is strictly prohibited.
    ...
  • terribussi
    Replied on June 29, 2020 at 4:28 PM
    I was able to inject the code below to add the “Save” button on 3 out of the 4 forms. I’m not sure why the “Compensation Committee Assessment” form would not allow me to Inject it. Can you tell me why?
    ________________________________
    Terri Bussi
    Legal Department Manager
    [https://static.globalindustrial.com/site/img/systemax_sig.png]
    11 Harbor Park Drive, Port Washington, New York 11050
    Phone: +1 (516) 608-7926
    Email: TBussi@systemax.com
    Web: http://www.systemax.com
    CONFIDENTIALITY NOTE: This email (and any attachments) is confidential and intended solely for the recipient(s) named above. Any other recipient should notify the sender immediately and delete the original email (and any attachments). Any unauthorized use or distribution is strictly prohibited.
    ...
  • Jovanne JotForm Support
    Replied on June 29, 2020 at 5:38 PM

    Hi, thank you for your response.

    As per checked on your Compensation Committee Assessment Form, the text in the Save button was set to white so it will not be visible in the form.

    15934663694a Screenshot 10


    Please try to insert this custom CSS code to make the text legible.

    button#input_scl_138 {

        color: #6f6f6f !important;

    }



    15934665954b Screenshot 21


    You can click here to see how to inject custom CSS code.

    Let us know if this works for you. 

  • terribussi
    Replied on June 29, 2020 at 6:28 PM
    It worked! Thank you so much for your help.
    ________________________________
    Terri Bussi
    Legal Department Manager
    [https://static.globalindustrial.com/site/img/systemax_sig.png]
    11 Harbor Park Drive, Port Washington, New York 11050
    Phone: +1 (516) 608-7926
    Email: TBussi@systemax.com
    Web: http://www.systemax.com
    CONFIDENTIALITY NOTE: This email (and any attachments) is confidential and intended solely for the recipient(s) named above. Any other recipient should notify the sender immediately and delete the original email (and any attachments). Any unauthorized use or distribution is strictly prohibited.
    ...