Forum Post: RE: How to compare Group of check boxes to pick list vales

Status
Not open for further replies.
G

Godfrey Sorita

Guest
Do you want to check if the current state is one of the states traveled? If that's the case you may use the code below to your validation trigger. if ("{!states_traveled#code}".indexOf("{!current_state#code}") -1) { return "You already traveled the state"; }

Continue reading...
 
Status
Not open for further replies.
Top