We need paytment to sound box

  • GAGAN BAKERS
    Asked on May 23, 2020 at 1:28 AM
  • Girish JotForm Support
    Replied on May 23, 2020 at 2:16 AM

    Sorry, but your question is not clear. Please let us know what exactly are you referring to. 

    We currently do not have integration with Paytm if that is what you are referring to.

    You may please check out our other payment processors - https://www.jotform.com/integrations/category/payment-processing 

  • rahulsahay199
    Replied on May 23, 2020 at 2:42 AM

    Hi,

    You may also add the next CSS to your form in order to limit the max width and height of the long text fields: 

    textarea {
    max-width: 295px;
    max-height: 79px;
    }

    So the long text fields should keep the same size in Firefox.

    thanks,

    rahulsaha