Good afternoon: Is it possible to have the ajax error/confirmation messages show up in an alertbox as opposed to above or below the form?
I have searched the forum and only found a part of the answer. In the additional settings:
on_sent_ok: "alert('[response]')"
- or -
on_sent_ok: "alert([response])"
The alertbox shows; but in the first example the alertbox displays [response] and in the second example, the alertbox is blank.
In addition, the ajax error/confirmation is still showing above/below the form.
Thank you very much for your time.