How to create form with no style at all

  • capillus
    Asked on May 3, 2017 at 9:43 AM

    I want a form with no styles. No inlines styles, no external styles... nothing. I just want the fields and the functionality. I want to inject my own css entirely and without conflict with existing css. I'm assuming that you guys need some pre-defined classes to make js work and that's fine but I need full control of layout and style. Is that possible?

     

  • candy
    Replied on May 3, 2017 at 10:49 AM

    Hello,

    First of all, let me inform you about that our software designers have disabled some special CSS injections to the forms in order to avoid possible overlaps. So, you are not allowed to have full control of layout and style, unfortunately.

    Secondly, I have cloned your form named "Hair Loss Evaluation Form" on my side in order to check. I have seen that you have used the default theme. Maybe, you can remove it also and leave the form with no theme.

    Moreover, as far as I see you have injected some CSS codes already in order to remove the form shadow etc as seen below:

    .form-all{

    border: none;

     box-shadow: none;

    }

    .jotform-form{

    background-color: #ffffff;

     border: none;

     box-shadow: none;

    }

    I think this could be the simplest form you can do.

    If you need further clarification, please let us know.

    Thank you.