Adding checkbox to the date field in Configurable list widget

  • neoranking
    Asked on May 27, 2016 at 8:42 AM

    https://form.jotform.me/61429087525460

    1. See Screenshot : "problems.png" - Problem 1

    2. See Screenshot: "problems.png" - Problem 2

    3. The form "Applicant Personnel Entry" can it be consolidated and sent as an excel attachment titled - Form C_Company Name_DDMMYY

    I hope you can help me. Thanks a lot!

    Jotform Thread 848475 Screenshot
  • Ben
    Replied on May 27, 2016 at 10:09 AM

    Please do note that we can only assist with one issue / question per thread. What that means is that it is best to always open a new thread per new question.

    At this time I have moved your question to a new thread for you.

    https://www.jotform.com/answers/848522 - for the options (problem 2)

    https://www.jotform.com/answers/848523 - for the email attachment

    Now in regards to the first question (problem one).

    I believe that you want to add another field next to your current date field which would state that it is not required?

    This should be possible, but it would require some CSS to do so. So what I would suggest is to first set all of the fields as you want them and the checkbox option that would state that it is not applicable. Then once you do that, let us know and we will help you with the CSS that sets it all together in one field.

  • neoranking
    Replied on May 29, 2016 at 5:21 AM

    Hi Ben,

    Okay all fields are now set. Please check.

    https://form.jotform.me/61491893033458

    How can achieve this now in the "WP Expiry Date"?

    Adding checkbox to the date field in Configurable list widget Image 1 Screenshot 20

    Thanks.

  • Mike_G JotForm Support
    Replied on May 29, 2016 at 10:41 AM

    I have made a clone version of the form you have posted in your last reply and added a checkbox field on the Configurable List widget.

    I have added the field after the "WP EXPIRY DATE(IF APPLICABLE)" field.

    Adding checkbox to the date field in Configurable list widget Image 1 Screenshot 20

    Then, I have added the CSS code below after in the widget's Custom CSS tab.

    td.col5 {

        left: -110px;

        top: 20px;

        position: relative;

        width: 0px;

        font-size: 12px;

    }

    td.col5 .checkbox-container {

        width: 100px;

    }

    Aside from adding the codes above I have also updated the existing codes since I have inserted another field in the widget and it affected the codes that were previously added.

    I would suggest you clone the form below to view the changes I have applied.

    https://form.jotform.com/61494334220954

    I hope this helps. Let us know if you need any further assistance. Thank you.