I would like to create a chencbox in input table

  • asimsidiqi
    Asked on May 10, 2018 at 6:57 AM

    please find attached screenshot i want to create form in table format which contain text and check-boxes and radio button.

    is it possible ? please guide me

    Jotform Thread 1468799 Screenshot
  • tina JotForm Developer
    Replied on May 10, 2018 at 9:33 AM

    Unfortunately, you cannot create a hybrid input table that contains radio button and textbox at the same time. What I suggest you is to download the source code of the form and add the code of this table in desired way: 

    How to get the Full Source Code of your Form


  • asimsidiqi
    Replied on May 11, 2018 at 7:43 AM
    i have download the source code. I have added my desired table code in that
    source code. but i just want to ask how to paste my edit code in jotform?
    please can you guide me ?
    ...
  • asimsidiqi
    Replied on May 11, 2018 at 7:43 AM
    can you please suggest me another way out ?
    ...
  • Adrian
    Replied on May 11, 2018 at 9:43 AM

    i have download the source code. I have added my desired table code in that
    source code. but i just want to ask how to paste my edit code in jotform?


    The source code should then be hosted by you. You cannot paste it back to JotForm.

    The form' s source code could look something like this. https://pastebin.com/raw/VRtn0N1f

     

  • asimsidiqi
    Replied on May 14, 2018 at 12:41 AM

    What about the fields that i have custom created in source code, i.e, check boxes and text area, does it data will fall in my excel sheet? if not, then how come i can make my check boxes data to fall in my jotform excel sheet?

     
    please find attached file and or below screenshot
     
    1526272854Capture Screenshot 10
  • asimsidiqi
    Replied on May 14, 2018 at 12:43 AM
    What about the fields that i have custom created in source code, i.e, check
    boxes and text area, does it data will fall in my excel sheet? if not, then
    how come i can make my check boxes data to fall in my jotform excel sheet?
    please find attached file and or below screenshot
    ...
  • tina JotForm Developer
    Replied on May 14, 2018 at 3:54 AM

    Yes, If you add a new form field to the form by changing the source code in a correct way, the form will keep the spreadsheet integration and the newly added field will be added to the spreadsheet after submission.

    I have created a test form just to test this case:

    1) Created the form and integrated the spreadsheet.

    2) Downloaded the source code and added a new form field named as "test" to the HTML file.

    3) Submitted the form after those changes.

    After these steps, I was able to see the newly added field in the same spreadsheet.