Get Value from field in service portal
Hello everyone, In the service portal, I am trying to get the value of one field in my widget, to use this value for redirectionSo I have tried in my controller $scope.page.g_form.getValue('u_otp'); , I have field name u_otp in my form but this doesn...