Change the Review before Submit values to 2 columns

  • replumbpros
    Asked on April 15, 2024 at 10:20 PM

    I would also like there to be 2 answers 'per line.' - in other words, "Name" and "Monday Date" would show up side by side so that the user can check the same amount of answers, and scroll half the amount. I have not gotten this to work either, do I have the class wrong?


  • Mikhail JotForm Support
    Replied on April 15, 2024 at 10:37 PM

    Hi replumbpros, 

    Thanks for reaching out to Jotform Support. You can adjust the columns in Review before Submit section by adding a CSS code. Let me show you how to do that:

    • Open your form in Form Builder and click on the blue Paint Roller icon on the right side of the screen.
    • Under the Styles tab, paste the code below into the Inject Custom CSS area.
    /* Two column Review before Submit - 13919731 */ 
    #previewContainer ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    /* Ends here */


    This is what it looks like after adding the CSS code:

    Change the Review before Submit values to 2 columns Image 1 Screenshot 20

    Give it a try and let us know if you have any other questions.

 
Your Answer