How can I get the paypal widget to have a $ on the box ?

  • amd_forms
    Asked on October 9, 2017 at 9:12 AM
    How can I get the paypal widget to have a $ on the box ?
  • BJoanna
    Replied on October 9, 2017 at 10:36 AM

    You can add a $ sign only in-front of the box, like this.

    How can I get the paypal widget to have a $ on the box ? Image 1 Screenshot 20

    To achieve this add this CSS code to your form:

    #cid_14 span.form-sub-label-container:before {

        content : "$"!important;

    }

    How to Inject Custom CSS Codes

    Here is my demo form: https://form.jotform.com/72813793335967 

    Let us know if you need further assistance. 

  • amd_forms
    Replied on October 10, 2017 at 7:12 AM

    thank you