Hi,
I need to set firstName as 'required' when type is '2'
I used dynamic logic and only mandatory sign (*) comes on selecting type 2, but no validation when clicking Save button without data.
Even <input type="text" class="form-control" name="first{{ucName}}" value="{{firstValue}}" placeholder="{{translate 'First Name'}}" required="true"> not working
Please help
I need to set firstName as 'required' when type is '2'
I used dynamic logic and only mandatory sign (*) comes on selecting type 2, but no validation when clicking Save button without data.
Even <input type="text" class="form-control" name="first{{ucName}}" value="{{firstValue}}" placeholder="{{translate 'First Name'}}" required="true"> not working
Please help
Comment