May 10th, 2011, 2:34 PM
Hello
I'm having trouble defining a field with formtools 6.
I'm trying to solve .35 x Volume x H x 23 / 60
The numbers are a given
Volume is obtained from an earlier field, lets say field_1
H is where it gets tricky. H can be anywhere from 1 to .7 and is determined by five radio buttons.
so my equation should look like [(.35)(Field_1)(H)(23)/60]
I was thinking if i could give values to the radio buttons in their definitions that would only show if the radio button was clicked. Also if i could do an error check to make sure H's value was not greater than 1, it would help.
I'm having trouble defining a field with formtools 6.
I'm trying to solve .35 x Volume x H x 23 / 60
The numbers are a given
Volume is obtained from an earlier field, lets say field_1
H is where it gets tricky. H can be anywhere from 1 to .7 and is determined by five radio buttons.
so my equation should look like [(.35)(Field_1)(H)(23)/60]
I was thinking if i could give values to the radio buttons in their definitions that would only show if the radio button was clicked. Also if i could do an error check to make sure H's value was not greater than 1, it would help.