Stripe: How can I set the amount field to be number type.

  • studioerrediemme
    Asked on October 3, 2017 at 9:50 AM

    Hello, I use a stripe payment connection with user defined amount (or donation, is the same) in my form. 

    Could you change the Amount field type from "text" to "number" (or "value") so that smartphones users can use numeric keypad instead of the keyboard, when they input the amount of the transaction? 

  • Kevin Support Team Lead
    Replied on October 3, 2017 at 11:22 AM

    I would recommend you to use a number field instead:

    Stripe: How can I set the amount field to be number type Screenshot 20

    You will then need to pass the entered amount to the payment field, please check this guide that will help you doing so: https://www.jotform.com/help/275-How-to-Pass-a-Calculation-to-a-Payment-Field 

    I hope this helps. 

  • studioerrediemme
    Replied on October 3, 2017 at 12:17 PM

    Ok, it works! Thanks