Is it possible to format the total field in the payment wizard?

  • JFedGMW
    Asked on February 14, 2017 at 9:26 AM

    If you look at our form, you'll see that the text field for the amount in the payment module is quite narrow and there is no formatting. Is it possible to specify the width of this field as well as format to show a dollar sign and a comma as a separator for thousands?

     

  • BJoanna
    Replied on February 14, 2017 at 12:26 PM

    Add this CSS code to your form to increase the width of amount fields:

    input#input_5_donation {

        width: 100px;

     

    }

    How to Inject Custom CSS Codes

    It is not possible to show a dollar sign inside of amount field, but you can show currency.

    Let us know if you need further assistance.