HTML5 Form Validator Support Product Page
Answered
Validation Dynamic Select List
Asked 16 Aug 2016 12:39:24
1
has this question
16 Aug 2016 12:39:24 Dave Smith posted:
Good afternoon DMX Zone,I am trying to insure that validation is applied to a Dynamic Select List item. The list is populated via a Server Connect Action (SelectOption2) for Title and Value. The initial value is 0 (nothing selected). I have tried applying the Validation Rule 'Other Not Equal To' '0' for this input but this does not apply for some reason? I click save but the rule is ignored and is not shown the next time I open the Validation Panel..?
Any help appreciated.
Thanks
Replies
Replied 19 Aug 2016 12:49:41
19 Aug 2016 12:49:41 Dave Smith replied:
Is there a way to do this with the Form Validator?
Replied 22 Aug 2016 08:31:21
22 Aug 2016 08:31:21 Teodor Kuduschiev replied:
Hi Dave,
Did you try setting your initial/first value to value="" and then apply the required validation?
Did you try setting your initial/first value to value="" and then apply the required validation?
Replied 22 Aug 2016 10:22:34
22 Aug 2016 10:22:34 Dave Smith replied:
Thank you Teodor that worked perfectly.