I have a simple template that I bought.
It has a form which should be sending emails.
Whenver I click submit, nothing happens. Is there any more setup required that I need to do?
I have 50 avalaible submisions so thats not the issue.
Looks like your form is missing the Submit button element required. The button currently in the form is actually a link element.
Forms require a specific Submit button as it is tied to the form submission process. Try replacing the link element with the submit button and apply the same classes.