Okay
  Public Ticket #899910
Forms within Salient
Closed

Comments

  •  2
    Marc started the conversation

    Hi,

    I have a problem with forms tried within Salient, whats leads me to the question, if the problem (bug) is within Salient. I tried PlanSo Formulare and Caldera for  example. The result is always the same: If you type in you  Name and all other informations you only see a part of the row (see picture attached: Typed in "Hello Salient"). It works perfectly fine in Chrome and Safari but always looks like that with all forms with firefox! 

    I'm lost and tried everything! I can't launch our form. I know you're with Salient and not the creator of any of the forms. But as I tried couple of plugins it is my last idea. 

    PS: I tried to change the FormStyle from Minimal to "Inherit from Theme Skin" too. Not better!

    Thank you for your help.

  •  8,441
    Tahir replied

    Hey Marc,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Marc replied privately
  •  8,441
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    body[data-form-style="minimal"] input[type="text"], body[data-form-style="minimal"] textarea, body[data-form-style="minimal"] input[type="email"], body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"], body[data-form-style="minimal"] input[type=password], body[data-form-style="minimal"] input[type=tel], body[data-form-style="minimal"] input[type=url], body[data-form-style="minimal"] input[type=search], body[data-form-style="minimal"] input[type=date] {
        padding: 0px !important;
    }

    Thanks


    ThemeNectar Support Team