So the issue was,
DisableAllSPFields();
Before
SP Services.
Thus, create a global var say "x" then x=SetStatusVariable();
Then
if (($(xData.responseXML).find("Group[Name='ROMS Members']").length == 1)&&(x=="Submit"))
Now it works, silly disableallspfields ugh ... haha..
Thank you Marc for the response! Also thank you for the SPServices Group Validation Code!
DisableAllSPFields();
Before
SP Services.
Thus, create a global var say "x" then x=SetStatusVariable();
Then
if (($(xData.responseXML).find("Group[Name='ROMS Members']").length == 1)&&(x=="Submit"))
Now it works, silly disableallspfields ugh ... haha..
Thank you Marc for the response! Also thank you for the SPServices Group Validation Code!