SMS Confirmation Widget: How to change the field design to match with other fields?

  • fazzapp
    Asked on July 1, 2024 at 8:12 AM
    Now what I need is the CSS code which can put the field design as the same as the others fields.

    Please check the image:

    How to Verify Phone Numbers? Image 1 Screenshot 20 Screenshot 10

    Note that the field design pattern has a subtle border color which is rgb(225, 203, 158) with 4 border width.
  • Afzal JotForm Support
    Replied on July 1, 2024 at 8:23 AM

    Hi Carlos,

    To change the field design and match it with other fields, check out the steps and screenshot below to see how to add the custom CSS to your widget:

    • Click on the Wand icon to open Widget Settings.
    • Open the Custom CSS tab and add the below code.
    /*To change the field design - 16432261*/
    input#phone {
        height: 40px;
        border: 4px solid rgb(225, 203, 158);
        border-radius: 5px;
        width: 310px !important;
    }

    button#send_btn {
        margin-top: 10px;
        width: 110px;
        height: 30px;
    }
    • Click on the Update button to save the changes.

    Configurable List Widget: Fit the field without scrollbar Image 1 Screenshot 30 Screenshot 20

    Here's what the result will look like:

    SMS Confirmation Widget: How to change the field design to match with other fields? Image 1 Screenshot 31

    Here's the cloned version of the form that you can test.

    Please give it a try and let us know how it goes. 

 
Your Answer