I want to use the process_event function of a form GUIBB to run some validation of the form data. But how can I access the form data in process_event function? I do not want to make the validation on get_data, as I want to use the ev_result and et_messages parameter of process_event to stop the process if validation of the data fails.
↧