How make the text inside of the section collapse field bigger?

  • JMCGroup
    Asked on August 21, 2019 at 7:14 AM

    How make the write inside bigger?

    Thanks!

  • AndrewHag
    Replied on August 21, 2019 at 8:37 AM

    If I understood your requirement correctly, you wish to increase the size of the section heading of the Section Collapse field?

    Could you please share the URL of the form so we can provide you the code accordingly?

  • JMCGroup
    Replied on August 21, 2019 at 8:47 AM

    1566391534bigger writing inside Screenshot 10

    this bigger...


    Than..i need to pass text value into widget like multi checkbox..can i do it?

    ...from name/surbame to ext inside widget...

  • JMCGroup
    Replied on August 21, 2019 at 8:48 AM

    https://form.jotformeu.com/92322112943348

  • JMCGroup
    Replied on August 21, 2019 at 8:54 AM

     ???

    I did not undestand i did two different questions:

    1) JUST DOING BIGGER(REGISTRATION FORM)

    2) pass value from textbox to multi selection widget...what did you used?
  • AndrewHag
    Replied on August 21, 2019 at 11:03 AM

    Please try the CSS code below to increase the font of the section header:

    .form-collapse-mid{

      font-size: 25px;

    }

    You can adjust the font as per your wish.

    Guide: How-to-Inject-Custom-CSS-Codes

    I moved your next question to a different thread, here is the link: https://www.jotform.com/answers/1934906

  • JMCGroup
    Replied on August 21, 2019 at 11:09 AM

    Great!

    make collapse larger?

    make send and reset button in different colors?1566400152Cattura Screenshot 10

  • AndrewHag
    Replied on August 21, 2019 at 12:53 PM

    make collapse larger?

    Do you wish to increase the height of the section collapse?

    make send and reset button in different colors?

    Here is the code to customize the submit button background and text color:

    #input_64{

      background: red !important;

      color: white !important;

      border: none !important;

    }

    This code is for the reset button:

    #input_reset_64{

      background: blue !important;

      color: white !important;

      border: none !important;

    }

    Feel free to change the colors as per your wish.

  • JMCGroup
    Replied on August 22, 2019 at 2:53 AM

    Thanks Man!

    Very good!!!

    Thanks a lot for youe help...i'm gonna to disturb you just a bit ....

    Thanks!!!!

  • JMCGroup
    Replied on August 22, 2019 at 3:01 AM

    4 questions:

    1)Yes i'd like make the collapse larger

    2)

    Can i apply the outofill just to 1 specific field?

    3) Can i make the checkbox bigger

    4)

    There is a way to restart automatically the form after thanks page.

    No redirect!

    After the logo and a few seconds form must restart...

    I'm doing this form for a touchscreen so that i'm disturbing you so much..sorry Man!

  • Victoria_K
    Replied on August 22, 2019 at 3:44 AM

    Hi!

    To make section collapse button bigger, I can suggest to try the following CSS code.

    Guide: How-to-Inject-Custom-CSS-Codes

    .form-section-closed, .form-collapse-table {

      height: 100px !important;

      max-height: unset !important;


    }

    To avoid any confusion, we will be addressing your other questions in separate threads:

    https://www.jotform.com/answers/1936111 

    https://www.jotform.com/answers/1936112 

    https://www.jotform.com/answers/1936113 

  • JMCGroup
    Replied on August 22, 2019 at 4:05 AM

    -collapse does not work

    -input-27 does not change

    -zoom2 does not work


    where am'i doing wrong?

    Thanks a lot...........

    1566461026Cattura Screenshot 10


  • Victoria_K
    Replied on August 22, 2019 at 4:26 AM

    Hi,

    There was some missing code in your form, I have fixed it. Can you check your form again?

    1566462235ktcn3 Screenshot 10

  • JMCGroup
    Replied on August 22, 2019 at 4:52 AM

    Textbox backgroud still remaing white...the rest work well.

    Thanks!!!!!!!

  • JMCGroup
    Replied on August 22, 2019 at 5:02 AM

    name text box backgroud still white....


    1566464500Cattura Screenshot 10


  • AndrewHag
    Replied on August 22, 2019 at 6:12 AM

    Please try the CSS code below:

    #keypad{

      background: blue;

    }

    Also, it is a widget - you need to add the code under widget Custom CSS tab.

    Here is the guide: How-to-Inject-CSS-Codes-to-Widgets

    1566468700The Easiest Online Form Builde Screenshot 10

  • JMCGroup
    Replied on August 22, 2019 at 6:15 AM

    Hi Man!

    I'm tolking about textbox backgroud 

    1566468913Cattura Screenshot 10

  • JMCGroup
    Replied on August 22, 2019 at 6:17 AM

    ah ok!

    Becouse of is keypad no a simple textbox!

    Sorry-....


  • JMCGroup
    Replied on August 22, 2019 at 6:23 AM

    have a look ...i have clean the crome cache but the keypad still looks strange...missing letters

    1566469433Cattura Screenshot 10

  • Richie JotForm Support
    Replied on August 22, 2019 at 8:10 AM

    I have moved your question to a new thread to assist you better.

    Kindly follow this link to your thread https://www.jotform.com/answers/1936325

    Thank you.