Are you trying to add the custom CSS class into WP Fluent Form’s <form> HTML markup? You can easily do it without editing the code plugin. There have a filter fluentform_form_class to add the custom class into <form> tag. I am sharing the PHP snippet at below. You will put it into functions.php file of… Continue Reading
form
How do you send the email from HTML Contact Form?
Your site is built in HTML and it have contact form. You’re wanting to send the mail to your email address. But you’re unable to do this. In this tutorial I shall show you how you will do it. You need small PHP help about it. Hope that you have PHP knowledge. Creating HTML Contact… Continue Reading