Hi, I am currently using wForms on my form and it works great but it doesn’t have everything I need such as UK post code validation, I was wondering if there were any plans to add post code validation or if there was any way of using existing post code validation and incorporating it in to the wForms JavaScript.
Forgive me, if this question has been submitted before. I have looked but not found a similar one.
On the properties tab of each question one can indicate that a question requires an answer and one can choose a rudementary format. I think it should be good if three additional choices could be offered: 1. A format like "9999Aa" and 2. A regular expression like: /^[1-9]\d{3}\s[A-Z]{2}$/
The third option would enable the user to enter a javascript code snippet. And while we are at it, may be add a customised error message for that particular question.
Thanks for your suggestion. You can already add a custom javascript validation but we don't have a good documentation for that yet, so that would be the first thing we need to do.