the symbol % behind a inputfield

  • afckredieten
    Asked on December 4, 2017 at 9:56 AM

    Hello;

    Thanks with the help of the support i was able to create a loan calculator. In wich i used font awesome behind number fields for the Euro symbol €.  I've got one Percentage field that i need to show. So i thougt i use the font awesome code, and the similar procedure as the € symbol, but somehow the browsers (all of them) wont show the % instead they show this

    the correct € field and this is supposed to be the

    1512399182euro Screenshot 101512399267percent Screenshot 21

    I would like to have the % instead of in the field as shown, behind the field accordingly with the euro symbol.

    How can i achieve this?

    This is the form

    https://form.jotformeu.com/60561555261352

  • janberk
    Replied on December 4, 2017 at 10:07 AM

    I've checked your form and the injected css. The problem occurs because percent icon came in to Font Awesome with version 4.5 but you have injected 4.2 version of it.

    To fix the issue please change the first line of injected css to this;

    @import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css);

    You can check the cloned form here: https://form.jotform.com/73374239023959