Skip to main content
jennya96443329
Participant
May 11, 2017
해결됨

Validate text entry box contains at least XX number of characters

  • May 11, 2017
  • 1 답변
  • 287 조회

I'm sure I'm missing a simple way to do this, but I have a text box that needs to be validated it contains at least seven (7) characters. It can have any characters and well over 7 if desired. Suggestions?

이 주제는 답변이 닫혔습니다.
최고의 답변: RodWard

Captivate's TEB validation options allow you to specify the Maximum number of characters but not that there must be at least a certain number of characters.

The default TEB validation options are quite basic.  If you want something more sophisticated, you're probably going to need to resort to JavaScript coding.

1 답변

RodWard
Community Expert
RodWardCommunity Expert답변
Community Expert
May 12, 2017

Captivate's TEB validation options allow you to specify the Maximum number of characters but not that there must be at least a certain number of characters.

The default TEB validation options are quite basic.  If you want something more sophisticated, you're probably going to need to resort to JavaScript coding.

Participant
May 12, 2017

OK. Thanks. This is what I thought but wanted to confirm. Thanks for the quick reply.