TOTALLY WORKED THIS TIME!
1) Tiggzi is amazing app
2) Tiggzi is an amazing app BECAUSE of the amazing support.
Thanks again Max!
TOTALLY WORKED THIS TIME!
1) Tiggzi is amazing app
2) Tiggzi is an amazing app BECAUSE of the amazing support.
Thanks again Max!
return "That name does not exist";
return "You new message";
Just to clarify, before I put in that javascript, the app would populate the standard 404 message if the name did not exist. It would NOT populate if the name did exist.
This worked fine.
The purpose of the javascript was to change the message if there was an error.
This in in continuation of the problem I had before....
http://gsfn.us/t/33c5h
Basically, the return message is now populating regardless of whether or not the name is valid.
I wanted the return message to populate ONLY if the name is invalid.
Okay, actually that didn't work.
Now it shows that return message regardless of whether or not a valid name was entered.
I want the return message to populate ONLY if the name is not valid.
OMG, that totally worked! Thanks Max!