How can I get the below field to show the full figure, including 2 dec places and $ sign?

  • ACCnational
    Asked on September 15, 2016 at 5:05 AM
    And how can I get the below field to show the full figure, including 2 dec places? And $ sign? Thanks
  • Chriistian Jotform Support
    Replied on September 15, 2016 at 5:17 AM

    It is currently not possible to show the dollar sign inside the custom total amount of the payment integration. However, a possible workaround to achieve your requirement would be to inject the custom CSS below into your form. Please follow this guide on How to Inject Custom CSS Codes.

    #cid_115:before {

        content: "$";

        color: #111111;

        position: absolute;

        padding-top: 2px;

        padding-left: 3px;

    }

    #input_115_donation {

        width: 75px;

        padding-left: 15px;

    }

    Here's how it should look after:

    How can I get the below field to show the full figure, including 2 dec places and $ sign?  Image 1 Screenshot 20

    Feel free to contact us again if you need further assistance.
    Cheers.

  • ACCnational
    Replied on September 15, 2016 at 5:45 AM
    Perfect. Thank you
    Kind Regards,
    JEFFREY BARTLETT
    General Manager
    AUSTRALIAN CHRISTIAN CHURCHES
    [cid:image001.png@01CF9D0C.37764560]
    PO Box 8093 Baulkham Hills BC, NSW 2153
    Suite 408, Level 4, 12 Century Circuit, Baulkham Hills 2153
    T: +61 2 8853-5150 F:+61 2 8853-5100 W:www.acc.org.au
    Any opinions or advice offered in this email is general in nature. Professional advice particular to specific circumstances should always be sought.
    ...
  • Ashwin JotForm Support
    Replied on September 15, 2016 at 7:33 AM

    Hello Jeffrey,

    On behalf of my colleague, you are welcome.

    Do get back to us if you have any questions.

    Thank you!