Input Table: Add Dollar Sign to Every Cell

  • MelanieMM
    Asked on July 2, 2025 at 11:50 AM

    Hello,

    Please see the form I created to collect monthly payroll figures. I selected $ for my input, but I do not see it generated here.

    https://form.jotform.com/251824726452055


    Thank you,

    Melanie

  • Eliza JotForm Support
    Replied on July 2, 2025 at 12:18 PM

    Hi Melanie,

    Thanks for reaching out to Jotform Support. Note that using the Currency Textbox as your Input Table's Input Type doesn't automatically prepopulate the currency symbol into each cell. If you want to have a Dollar Sign ($) in each cell by default without having the form fillers enter them, you can inject a CSS code into your form to do that. Let me walk you through it:

    1. First, copy the code below:

    table.form-matrix-table .form-textbox{
     width: 1px !important; /* changes width */
    }


    .form-matrix-values{
     position: relative;
    }


    .form-matrix-values input{
    padding-left: 25px;
    }


    .form-matrix-values:before{
    position: absolute;
    left: 7px;
    top: 9px;
    }


    .form-matrix-values:nth-child(2):before{
    content: "$";
    }

    2. While in Form Builder, click on the Paint Roller icon on the right side of the page.

    3. On Form Designer panel, go to the Styles tab.

    4. Enter the given code into the Inject Custom CSS box.

    Input Table: Add Dollar Sign to Every Cell Image 1 Screenshot 20 Note that the Dollar sign won't be shown in Jotform Tables if they're added in Form Builder via CSS code. They can only be shown in Jotform Tables if the form filler types down the symbol.

    Let us know if there’s anything else we can help you with.

  • MelanieMM
    Replied on July 2, 2025 at 1:10 PM
    Thank you so much!
    I really appreciate your customer service.
    Kindest Regards,
    Melanie Mueller
    Paralegal
    Mueller Immigration Law, LLC
    7312 Dillman Drive
    Hudson, OH 44236
    412-656-6271
    **Can't meet with us in person? Our Firm welcomes Skype Consultations
    for Immigration Matters.
    **Immigration Reminder: Anyone who is not a U.S. citizen (unless in A or G
    status) must report address changes within 10 days or less online at U.S.
    Citizenship and Immigration Services - Change of Address
    https://egov.uscis.gov/coa/displayCOAInitForm.do
    https://egov.uscis.gov/coa/displayCOAInitForm.do or by mail using Form
    AR-11. Failure may result in a $200 fine and/or 30 days in jail.
    *Attorney Work Product – Attorney Client privilege . This e-mail message
    contains privileged confidential information intended only for the use of
    the parties to whom it is addressed. If you are not the intended
    recipient, you are hereby warned that any disclosure, copying, distribution
    or other action taken in reliance upon information contained in this e-mail
    is strictly prohibited. If you receive this e-mail in error, please delete
    it and promptly notify the sender by return e-mail. All information and
    attachments hereto remain the sole property of the Law Office of Mueller
    Immigtation Law LLC . *
    ...