I have a wordpress theme that uses the cherry framework.
Right now, when a user submits the form, I receive the form data in an email.
Instead, I'd like to have the form data inserted into a table called 'leads'. I am told the functions.php file is the file to edit, but when I edit it, the contact form stops working (the form doesnt submit after clicking the submit button).
Has anyone else successfully tackled this issue and guide me in the right direction?