I am currently using the validate plugin and I needed to find a way of displaying a message when the user clicks submit but only if they meet certain criteria on their postcode. I have just seen "Message" which will display a pop up message. How do the two work together? Is it possible?
Does the message display every time the user clicks submit or will it work if I use a regex for the set criteria so that it will display the message if the user has a postcode starting TA2 for example and won't display if they don't? I hope this makes sense. Thanks