Hey there,
I have an HTML form (and cr8 report) with five checkbox's. When checked off the form should trigger my function making the report box checked. It works using a simple formula:
if {?box1} = "checked" then "u"
else ""
(The "u" being the equivalent to a checkmark in wingdings)
The promblem is with refreshing i believe. Each time the user fills in the html form and submits, CR8 prompts for each of my five checkbox's. If you click through each prompt, you get the right outcome. But, there is no reason i can see why it should do this. It should simply see that one box (or two even) are checked, perform the function, and leave the rest empty. Shouldn't it?
Can anyone help?
Thanks so much!
DES >:O>
I have an HTML form (and cr8 report) with five checkbox's. When checked off the form should trigger my function making the report box checked. It works using a simple formula:
if {?box1} = "checked" then "u"
else ""
(The "u" being the equivalent to a checkmark in wingdings)
The promblem is with refreshing i believe. Each time the user fills in the html form and submits, CR8 prompts for each of my five checkbox's. If you click through each prompt, you get the right outcome. But, there is no reason i can see why it should do this. It should simply see that one box (or two even) are checked, perform the function, and leave the rest empty. Shouldn't it?
Can anyone help?
Thanks so much!
DES >:O>