Skip to main content
Solved

Setting a dynamic regular expression in form control


Hi all,

 

I have a nomenclature that I would like to enforce in my form that is dependent on another control, “document type”. How can I set the validation of the “name” control to be a dynamic expression pattern so that users cannot enter the incorrect document naming convention?

 

Thanks

3 replies

Userlevel 5
Badge +13

Could you provide more details?  Which designer are you using -- New Responsive, Responsive, or Classic? Could you also provide some examples of the naming convention?

Badge +1

Sure, @bamaeric, I  am using the Responsive forms designer. And an example of the naming conventions are as follows:

Official document: 12345678 Rev X (not case sensitive)

Peer Review: 12345678 Rev X - Peer Review (not case sensitive)

Redlines: 12345678 Rev X - [Last Name] Redlines

Userlevel 6
Badge +22

Hi @Mtdennin,

Unfortunately you cannot reference other controls on the form when using the validation section of a controls settings.

Reply