Hi everyone,
I'm having a problem with scripting and was hoping someone could help me. Is there a way to to give field a value of another field, but would only do that if a third
field's text was a certain text. So i'm trying to do something like this.
if ( edit1 == "Power" ) { edit2 == edit3.value;
}
I'm not sure if this is how you would do that but that what i got so far. Would that also have to be in its own function? Still kinda new at using Javascript so still learning. Any help would be appreciated. Thanks.
Comments
and then the field source would be:
When used as a field source, the function Is run and the result of the function is assigned as the text for the field.