The $ section of form not working.

  • bizhope
    Asked on June 28, 2015 at 8:34 PM

    Why is my quick donation form not allowing me to add the amount to it? Please help. 

     

    Thank you in advance.

    Kind Regards,

    Hope

  • ibrahim JotForm UI Developer
    Replied on June 29, 2015 at 3:02 AM

    Hi,

    You can inject CSS code for input padding value. Here's sample code: 

      #input_17_donation {

      padding: 10px;

      min-width: 100px

      }

    Thanks.