Hi, I have a form and a submit handler. The submit handler handles the user information, but based on the collected information I want to perform a query and output the information to the user by calling another function so I don't use drupal_set_message, this is because I want my output to be displayed in a custom block. Is it possible to do that and how?
Thank you so much,
TD