Title: Using an html form
Last modified: June 1, 2023

---

# Using an html form

 *  Resolved [rlbeors](https://wordpress.org/support/users/rlbeors/)
 * (@rlbeors)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/using-an-html-form/)
 * Hello everyone. Guys help me figure it out.
   There is an example form:
 *     ```wp-block-code
       <span class="column-half" data-name="client-info"><input class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required delivery-input" name="client-info" size="40" type="text" value="" placeholder="Name" aria-required="true" aria-invalid="false"  /></span>
       ```
   
 *     ```wp-block-code
       <span class="wpcf7-form-control-wrap" data-name="delivery-photo"><input class="wpcf7-form-control wpcf7-file booking-input" accept="audio/*,video/*,image/*" name="delivery-photo"  size="40" type="file" aria-invalid="false" /></span>
       ```
   
 * what tag to use now in the body of the letter that would come to the mail?
   Thank
   you

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [rlbeors](https://wordpress.org/support/users/rlbeors/)
 * (@rlbeors)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/using-an-html-form/#post-16786131)
 * Figured it out, it was necessary to wrap each tag in square brackets, example[
   client_info]
 * But there is another problem:
 *     ```wp-block-code
       <span class="wpcf7-form-control-wrap" data-name="delivery-photo"><input class="wpcf7-form-control wpcf7-file booking-input" accept="audio/*,video/*,image/*" name="delivery-photo"  size="40" type="file" aria-invalid="false" /></span>
       ```
   
 * specified the [delivery-photo] tag, but the uploaded photo does not come to the
   mail, instead of the photo, the [delivery-photo] tag itself comes to the mail
   
   how to fix?
 *  Thread Starter [rlbeors](https://wordpress.org/support/users/rlbeors/)
 * (@rlbeors)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/using-an-html-form/#post-16786192)
 * if I replace this code with [file file-660] and specify [file-660] in the email
   settings, then the file comes to the mail.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Using an html form’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

 * 2 replies
 * 1 participant
 * Last reply from: [rlbeors](https://wordpress.org/support/users/rlbeors/)
 * Last activity: [2 years, 12 months ago](https://wordpress.org/support/topic/using-an-html-form/#post-16786192)
 * Status: resolved