Hi first off thank you for the great service. The more I use it the more I’m learning.
I'm having difficulty with the below statement. It works but the problem is the entire code works. This is what I’m trying to do. I have a SLV and I’m matching it to the database. If it is an exact match then continue to the next service, if it doesn't match stop and alert them to try again. The issue is that it runs the entire thing. I don’t know how to stop it?
This is on my complete of my query service
(jqXHR.responseText = localStorage.getItem('groupid'));
if(true) {
alert ("GroupID in use Please try again");
}
else
Apperyio("groupIDNotFound").text("GroupID has been added please share.");
Apperyio("groupIDNotFound").show();