Trying to create a table with only columns

  • georgettejatas
    Asked on March 16, 2020 at 12:03 PM

    I'm having trouble creating a table (or grid) with only columns. The only widget similar seems to be the MultiSelect Grid but I can't omit the Row Names. This is what I'm hoping to replicate:

    Jotform Thread 2211067 Screenshot
  • Vanessa_T
    Replied on March 16, 2020 at 12:36 PM

    Unfortunately, I can't seem to find any field/widget that only has columns as well.

    However, you can still achieve that format using an Input Table field then we'll add a Custom CSS to hide the row labels.

    If this is alright with you, please add it in your form and respond back here with your form URL and the exact input table field (if there are multiple) to which we will add the custom CSS.

    Where-to-Find-My-Form-URL

    How-to-Inject-Custom-CSS-Codes

  • georgettejatas
    Replied on March 16, 2020 at 1:23 PM
  • georgettejatas
    Replied on March 16, 2020 at 1:24 PM

    https://form.jotform.com/georgettejatas/new-hire-onboarding-https://form.jotform.com/georgettejatas/new-hire-onboarding-

    JotForm forms are now secure by default.
    Unsecure form links will still work, but you won’t be able to share them as such from now on.
    https://form.jotform.com/200713196386255

  • Ashwin JotForm Support
    Replied on March 16, 2020 at 2:02 PM

    I am not sure if I have understood your question correctly. I did check your form's custom URL and it does not seems to work. It seems you have removed the custom URL of form. Your form's direct URL works as expected and it does not display any unsecure form link. Please check the screenshot below:

    1584381644secureFrm Screenshot 10

    I would suggest you to please explain your issue a bit more in detail and we will take a look. You may also like to share a screenshot of the issue as well. The following guide should help you how to upload image in forum post: https://www.jotform.com/help/438-How-to-Post-Screenshots-to-Our-Support-Forum

    We will wait for your response.

  • georgettejatas
    Replied on March 16, 2020 at 2:21 PM

    Hi there... copying the link below, please try again. https://www.jotform.com/build/200713196386255

  • roneet
    Replied on March 16, 2020 at 2:50 PM

    Do you require the column title only? If yes, We can inject custom CSS code to hide the row title.

    Also, you could put numbering in the place of row title as shown:

    Trying to create a table with only columns Image 10

    Thanks.



  • georgettejatas
    Replied on March 16, 2020 at 3:09 PM

    I would prefer that you hide the row title.... please and thanks!

  • Ivaylo JotForm Support
    Replied on March 16, 2020 at 4:25 PM

    Can you please try to use the following CSS code:

    .form-matrix-row-headers {

        visibility: hidden;

    }

    .form-matrix-table > tbody > tr:first-child th:first-child{

        visibility: hidden;

    }

    In order to inject the CSS code, you can follow this guide:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if you need any further assistance.