andersjh
Forum Replies Created
-
In general I love your product. Since your using bootstrap it would be very cool to include collapsible sections some how.
Thanks for all your efforts
Thanks for the reply but issue above is not related based on my limited knowledge of your code. I have a form with pretty much nothing but drop down selects with no default value. There are 14of them but only 6 are required. So as I’m making drop down choices calc works great based on options I choose. But sometimes people just want to start over. I hit the reset button and all selects clear properly EXCEPT the calculation field. It stays at the last number and all future recalcs are wrong based on that. You can easily replicate. This has nothing to do with browser back and forth in my case
but of course html just puts me back to calculation fields just won’t work for my needs unless I have a stupid mistake in setup.
And then if i have to work around CF enhanced functionality so much then cost / benefit starts to be questioned and the matter of spending money on premium support is irrelevant since the product itself won’t meet my needs without a bunch of custom javascript beyond what is reasonably expected.
I’ve reviewed some of your code and one the surface it doesn’t look like your code works at all with calculation and another factor is it seems to assume a default selection/class in many cases.
I have no defaults of any kind in my form. Everything starts fresh.
Hope that clarifies. I was going to modify your code but it would be much more simple to just use a simple html h3 tag and populate calculations with inner html
It also appears that toggles are not impacted by reset buttons either
spent at least 8 hours trying different options (always using magic tags) and NEVER got a single error on php or javascript except when trying full javascript if () { calc } else { 0 } calculation.
Tried:
Conditions
Calc groups
custom calculations
javascript tertiary operator/calcOf course I could do the “calcs” fully with javascript using the change event on my selects but then what’s the point of having a calc field and a reset button?