Skip to main content
jennya96443329
Participant
May 11, 2017
Resuelto

Validate text entry box contains at least XX number of characters

  • May 11, 2017
  • 2 respuestas
  • 288 visualizaciones

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?

Este tema ha sido cerrado para respuestas.
Mejor respuesta de 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.

2 respuestas

RodWard
Community Expert
RodWardCommunity ExpertRespuesta
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.