Form stop working

  • misgood
    Asked on June 4, 2015 at 11:15 AM

    Hi -

     

    My form is no longer allowing for input. thank you.

    http://misgood.com/new/

  • BJoanna
    Replied on June 4, 2015 at 1:21 PM

    I was able to reproduce mentioned problem. Maybe you changed some CSS and because of that input stop working.

    You can fix this issue by Injecting Custom CSS. To do that inside of your Form Builder select Setup & Embed tab, then click on Preferences, then select Form Styles tab and inside of Inject Custom CSS field at the bottom of existing code paste this code:

    input[type="text"], input[type="email"], input[type="tel"], textarea {

        width: 280px !important;

    }

    Form stop working Image 1 Screenshot 20

    Hope this will help. Let us know if you need further assistance.