Hello Friends,
This is my first time experimenting with Ajax.
I have a form that fires a ajax callback function on submit.
In this function I would like to show a success message indicating that the form has sucessfully been submitted. Something like
drupal_set_message(t('Form Submitted Successfully'), 'status', TRUE);
However, this does nothing.
The key parts of my form, look as follows: