Database service execute with jquery not triggering
From what I understand I should be able to run a DB service by using the following code.
eval(_signup.execute({}));
or
_signup.execute({});
However when I have it set to trigger on an page "load" event, it does nothing. I have the service on that page, I have the request pulling data from local variables to insert into DB. No error is thrown and no data gets put into the appery database. Any ideas?
thanks