How can we remove the extra $ signs on our form?

  • BBC2016
    Asked on March 17, 2016 at 5:27 PM

     how do i get extra $ signs out of there? i highlighted the ones that need to be deleted but i dont know how. thanks soooooo much ur amazing!!!!!!

    How can we remove the extra $ signs on our form? Image 1 Screenshot 20

  • Ben
    Replied on March 17, 2016 at 5:39 PM

    To do it, you can add the following CSS to your form:

    #cid_13 > span:nth-child(8)::before, #cid_13 > span:nth-child(13)::before {
        content: "";
    }

    When you add it do follow the steps here: Inject Custom CSS Codes and remember to add the CSS after all the other CSS codes that you will see in the same field.

    Once you do, you should see the change right away.

    If you do have any issues with the same, do just let us know and we would be happy to assist with the same :)

  • BBC2016
    Replied on March 17, 2016 at 9:33 PM

    When i put this code you gave me in it moves the checkmark to the LH and the alignment is off - can u help again????

     

     

    #cid_13 > span:nth-child(8)::before, #cid_13 > span:nth-child(13)::before {
        content: "";
    }

  • Chriistian Jotform Support
    Replied on March 17, 2016 at 10:48 PM

    It appears that there are several errors in the css. We need to fix these errors first. To do so, simply go to your Form Designer again and follow the guide below.

    How can we remove the extra $ signs on our form? Image 1 Screenshot 20

    Then to align the checkbox, please insert the yellow highlighted code (margin-left: 6px;) into the previous css that my colleague gave. Make sure that the code looks like the one below.

    #cid_13 > span:nth-child(8)::before, #cid_13 > span:nth-child(13)::before {

    content : "";

    margin-left: 6px;

    }

    Do let us know if you need further assistance.
    Regards.