How to validate a field to contain xxx
Hi all
Ive been googling but can't seem to find a simple way to do this so if you guys can help that will be awesome.
I'm currently making a form that contains Fields like this example
Field A = Item: Candy
Field B = Item Number: 1234
Field C = Item lot: 1234|111234
So I was able to use javascript so that when I enter an item name, it'll generate a corresponding item number. Now the user will have to give this item a lot number which contains the item number generated in field B. Is there a way to have the form check that Field C contains the generated number from field B?