- Posts: 5
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
(is_empty(address_postcode) or regexMatch ('/\b\y\d{2}-\d{3}\b/', address_postcode)) and (is_empty(address_post)or regexMatch ('/[a-zA-Z0-9]/', address_post))
{if((is_empty(address_postcode) or regexMatch ('/\b\d{2}-\d{3}\b/', address_postcode)),'', 'Postcode is XX-XXX. i.e. 11-995<br />')} {if((is_empty(address_post)or regexMatch ('/[a-zA-Z0-9]/', address_post)),'', 'Type a proper post name.')}
You will have to post the version/build. There are different branches and if everybody post today the search function will be useless if you search for certain versions.sekijr wrote: The latest, jelo. Installed today.
(is_empty(address_postcode) or regexMatch ('/\b\y\d{2}-\d{3}\b/', address_postcode)) or (is_empty(address_post)or regexMatch ('/[a-zA-Z0-9]/', address_post))