Is it possible to move or reposition a field within configurable list widget?

  • RFOneVision
    Asked on February 12, 2018 at 1:58 AM

    I am trying a variation on your suggestion to my previous question on this topic.

    I am removing a field and reordering.

    Is it possible to move my 'Assembly' field under my 'Name' field and leave the two radio button groups horizontal?

    So the result I'd like is as below.


    Thanks

    Jotform Thread 1380934 Screenshot
  • Welvin Support Team Lead
    Replied on February 12, 2018 at 6:56 AM

    Inject the following custom CSS codes to your widget:

    .col4 {

        position: relative;

        left: -304px;

        top: 55px;

        display: block;

    }

    https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets 

    Here's the result:

    Is it possible to move  or reposition a field within configurable list widget? Image 1 Screenshot 20

  • RFOneVision
    Replied on February 12, 2018 at 7:28 AM

    Thanks, but I'd also need the Remove/Delete button to move over. Is that possible?

  • David JotForm Support Manager
    Replied on February 12, 2018 at 10:11 AM

    It is possible, where exactly do you want to position it?

  • RFOneVision
    Replied on February 12, 2018 at 10:15 AM

    It should just be adjacent to the right-most column - 'sex' in this case.

  • David JotForm Support Manager
    Replied on February 12, 2018 at 11:27 AM

    You can try injecting this code: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets 

    .remove {

        margin-left: -100px;

    }

    Result:

    1518452781result Screenshot 10