Sam P Posted February 23, 2022 Posted February 23, 2022 Hi all, just wanted to check...when setting a Intelligent Capture default value, should the user be able to progress past the form without completing it, even though 'This field requires a value to be provided' is checked? I realise, technically speaking, the field is not empty however I had hoped our default value might be ignored and still require an input value. Thanks
Steve Giller Posted February 23, 2022 Posted February 23, 2022 @Sam P You're exactly right - the field is not empty. If the value requires the prefix of RS- there are a number of ways you might achieve this, for example: Setting the Description value on the Field to state that the field must start with RS- or Using Regex Validation* If it's possible, and you know how, to enforce a string starting RS- that might work Leaving RS- in the Default value and specifying a minimum length with Regex Both (if that's possible!) A combination of setting the Description and having a Regex validation of 4+ characters etc. These are off the top of my head, there may be others.
Sam P Posted February 24, 2022 Author Posted February 24, 2022 Thanks for clarifying @Steve Gillermy Regex knowledge is limited to copying other peoples! However I will take a look to see what I can find. Thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now