Hi.
I have a question about where messages are displayed.
I have three callbacks that do some BEFORE validation & return FALSE if the validation fails:
I am displaying custom error messages like this:
The delete_error_message message appears on the page, above the table. This is perfect.
The update_error and insert_error messages are shown as pop-up boxes, like this:
I would really like form validation error messages to be displayed on the form (e.g. where the field-validation alerts appear), not on as a pop-up box.
Is there an easy way for a GC/CI beginner like me to display the update_error and insert_error messages on the form rather than as a pop-up box?
Thanks!
Dave.