How to set the form table border to zero or hide it?

  • fortiform
    Asked on March 29, 2021 at 2:22 AM

    Hi,

    How to set the form table border to zero or hide it?

    https://nimb.ws/W7DAOl

    Thanks!

  • erhankilic
    Replied on March 29, 2021 at 3:51 AM

    Greetings,

    You can do this by adding custom CSS codes to the form. You can do this by following the steps;

    1. Click the Form Designer button.
      1617004249 606186d9e8dcb 1 Screenshot 10
    2. Click the Styles tab and scroll down to the Inject Custom CSS section.
    3. You can add CSS codes to customize the form. Add those codes and click the Save button.
      1617004265 606186e9392ce 2 Screenshot 21

    .form-all {

      box-shadow: none!important;

    }

    div.header-large, .form-buttons-wrapper, .form-pagebreak, .form-submit-clear-wrapper {

      border: none!important;

    }

    I cloned your clone and added the custom CSS codes. You can see the result.

    1617004288 606187005a4d7 3 Screenshot 32

    If you need further assistance, please let us know.