• Solution for hiding “your-subject” that has a default value or any other field you like.

    Add this line to your Contact Form 7
    <input type="hidden" name="your-subject" value="Newsletter Signup">

    Add this line to your Child Theme CSS

    input[type="hidden"] {
    	display: none;
    	margin: 0;
    	padding: 0;
    }

    Simple and done!

    http://wordpress.org/plugins/contact-form-7/

  • The topic ‘Simple Hidden Field Solution’ is closed to new replies.