Currently, the subject of email notifications are in the following format:
Form Name [#ID]
But I would like to change this to:
Form Name - Specific Field
I have identified the file where I need to commit this change: email_entry.php
Here's the code I need to change:
{form_name} [#{entry_no}]
The specific field I require to replace [#{entry_no}] is called 'Business Name' in my form but how do I get it to use this?