Maybe try [x format="d"] (x is the field id or key)
Source: https://formidableforms.com/knowledgebase/date/#kb-set-default-to-the-current-date
It gives an error when I display the form on the page: Unexpected identifier 'format'
Is the field a date field or is it something else?
I tried with both a numeric and a text field. I put [1583 format="d"] in the Default Value and nothing happened. (1583 is ID of date field I need the day from) I put that in the Default Value Calcuation and get that error.
You might have to put that into a field of it's own as the default value. Then reference that field with a math calc condition.
Something like:
([1590] > 500) ? ([1590] * .02) : (10)
Where Condition ? True : False
Please login or Register to submit your answer