You can change the email subject to something that is more relevant to your form. To do this, open quform/process.php and search for the term $config['subject']
. Change the text inside the quotes to the subject you want. You can use placeholder values inside % signs to have the value replaced by the form value of that name, such as in the default subject %name%
will be replaced by the submitted value of the “name” field.