Copy link to clipboard
Copied
I have a mouse-up javascript containing a doc-level function name, when selected spawns 5pp. When unselected the spawned pp don't delete. I've re-written the doc-level function script, assigned unique fields names across the 5 spawned pages, and re-created the templates, all following suggestions I found here in the Community. The Console also displays no errors. Here's the doc-level script I'm using.
Copy link to clipboard
Copied
Any error message in the Javascript console?
Copy link to clipboard
Copied
none
Copy link to clipboard
Copied
Yes I think so. This comes up when I select a checkbox to show a field with a custom calculation script.
It executes fine though. But the message says "Unable to find format" at the bottom of the Console? "CountyTaxRate", "SellPrice", and "TradeInValue" are formatted for Number with decimal. "CountyTaxRate" has 3 decimals, and both "SellPrice", and "TradeInValue" each have 2 decimal places. Both "SellPrice", and "TradeInValue" also have default values of "0.00". How would this be affecting my other checkbox problem?? Thanks in advance for any guidance!