Changing the textbox to line field

  • aleenacaterers
    Asked on February 3, 2016 at 3:35 AM

    Hi, 

    Please help me out to find the form which contains line / dots instead of box at fill area  for example

    Name: ________________

    Email: _________________

    Phone: ________________ 

    like this type i seen before ling time ago this format templet

  • Jan
    Replied on February 3, 2016 at 7:26 AM

    You are probably referring to the form themes. I found 2 themes that you're probably looking form.

    http://www.jotform.com/theme-store/theme/cool-and-minimal

    http://www.jotform.com/theme-store/theme/postcard-2

     

    If this is not what you need, then we can help you create your own form. Here's a custom CSS code that will change the text boxes to line field.

    .form-textbox {

    background: transparent !important;

    outline-style: none !important;

    border-top: none !important;

    border-left: none !important;

    border-right: none !important;

    border-bottom: solid #000000 1px;

    box-shadow: 0 0 0 !important;

    -webkit-box-shadow: 0 0 0 !important;

    }

    Changing the textbox to line field Image 1 Screenshot 20

    Here's a guide on how to insert custom CSS on the form. Hope this helps. Let us know if you need further assistance. Thank you.