• Resolved Janke

    (@soldier99)


    Hello!

    Just discovered this plugin and it seems pretty good. There are couple of questions though:

    1. If i add formula field_1*1,2 or field_1*1.2, then in the front-end it shows me #NAME. So i have to make a workaround field_1*12/100

    Is there a way to do it without workaround?

    2.I would like to customize “Update button”. How can i do it?

    3. Also – my test site is here at the moment: http://test.ekursused.net/testvideo/ I`m trying to get rid of the post-bullet in the top-left of the form area, but somehow cannot find out which line and where in the CSS i should change. Could you take a look at it if you have a moment.

    But anything else – so far so good.

    Thanks!

    http://wordpress.org/extend/plugins/jazzy-forms/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author jazzigor

    (@jazzigor)

    Hi soldier99,

    1)
    I can not reproduce any problem with decimals on my test machines. The correct version is the one with the dot (.) as a separator. Does it work for you here?
    It might be due to a foreign-language browser or OS. If so, please tell me what environment you are working in.

    2)
    WIth CSS like the following. This one paints it red, just for demonstration purposes.
    .jzzf_element_u input { background-color:red; }

    3)
    This seems to be a problemic specific to your theme. What about:
    .art-postcontent ul > li { background-image: none; }

    Thread Starter Janke

    (@soldier99)

    Hi jazzigor!

    Thank you for you quick response. Somehow today i got formulas to work… Odd 😀

    Also, thank you for the CSS tips.

    Best regards!

    Plugin Author jazzigor

    (@jazzigor)

    I’m glad I could help.

    maitrang217

    (@maitrang217)

    Hi Jazzigor,

    I would like to change default separator of input type element from “point” to “comma”.
    When i put the value 2,3 into input field, it shows #REF! error message.

    Is there any solution to this problem? Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Jazzy Forms] Decimals math ends with #NAME’ is closed to new replies.