Hi all, I would like to create a View that shows entries between certain dates, and then calculate the following.
Is it possible and how can I accomplish this?
Thanks,
Chris
Sure, use conditional statements: https://formidableforms.com/knowledgebase/conditionals/
Example: https://formidableforms.com/knowledgebase/conditionals/#kb-less-than
With Math calculations: https://formidableforms.com/knowledgebase/math-calculations/
Put the math inside the condition.
Please login or Register to submit your answer
Calculations between dates are limited very limited. I had two dates, the signup date and the option to choose the length of service which would give the user their expiration date. I wanted to display how many days left a person will have left in their account. I thought it would be simple math calculations but I was wrong. This simple calculation I thought was actually not possible. I had FF support and they said that this was not possible.