Good evening!
I have a MySQL query run once a week to update some profile fields for my members. Part of the query is to keep a "log" of where the numbers in the profile fields are coming from, in case someone questions those.
I would like to know if there is a way, using the Before Submit Hook, to have it run a MySQL query and then send the results via a PM?
I have all of the MySQL queries, but I am not sure how to use the PHP variables (i.e. $out for the PM output) in the EasyForms output box.
Any ideas?