Hi, how does one create a notification, like the one used by the contact form? What are the steps needed for that?
I see in the contact form PHP code that there is a response with two fields, "alert" and "message". (i.e., status is "success" or "error").
I haven't gotten this to work outside of the contact form yet, but would like to use these alerts in other places in my application. I'm currently sending back a JSON response using the same "alert" and "message" fields, but perhaps I'm missing a snippet of HTML or some other file, because I'm not getting any messages.
Thanks!
Jonathan
