Text fields

Text input fields are the most common factors of a contact form. As you may know, HTML has two types of elements for text input fields: <input type=”text”> for a single-line input; and <textarea> for multi-line input. Contact Form 7 provides several types of form-tags for representing these two types of HTML elements: text field … Continue reading Text fields