Title: Error message when sending form
Last modified: December 9, 2020

---

# Error message when sending form

 *  [tonicarticomunicacio](https://wordpress.org/support/users/tonicarticomunicacio/)
 * (@tonicarticomunicacio)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/error-message-when-sending-form/)
 * Hello,
    I am getting the following message when sending the form: There was an
   error trying to send your message. Please try again later.
 * This is how i set up my form:
 * <label> Tu nombre
    [text* your-name] </label>
 * <label> Tu correo electrónico
    [email* your-email] </label>
 * <label> Marca del artículo
    [text* your-subject] </label>
 * <label> Talla
    [text* your-subject] </label>
 * <label> Nombre del producto/ descripción
    [text* your-subject] </label>
 * <label> ¿Quieres decirnos algo más? (opcional)
    [textarea your-message] </label
   >
 * <label> Puedes insertar una foto (opcional)
    [file Insertaunafoto]
 * [submit “Enviar”]
 * Any ideas on how to solve this issue?
 * Thanks
 * Oriol
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ferror-message-when-sending-form%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/error-message-when-sending-form/#post-13766066)
 * FAQ > [After submitting the form, I get an error message stating “There was an error trying to send your message.” What is wrong?](https://contactform7.com/faq/after-submitting-the-form-i-get-an-error-message/)
 *  [zeropress99](https://wordpress.org/support/users/zeropress99/)
 * (@zeropress99)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/error-message-when-sending-form/#post-13766920)
 * Takayuki-san,
 * I also get the red error message when trying to send the email.
 * This error only occured after updating to the newest version of contact form 
   7 and also to wordpress 4.6 this morning
 * It worked fine for months before under the previous versions of cf7 and wp.
 * Can you please check.
    This seems to be an issue with on plugin/wp side and not
   on the user setup side.
 * Arigatô!
 * Dominik
 *  [Yordan Soares](https://wordpress.org/support/users/yordansoares/)
 * (@yordansoares)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/error-message-when-sending-form/#post-13767146)
 * Hello [@tonicarticomunicacio](https://wordpress.org/support/users/tonicarticomunicacio/),
 * Please check the name of your form tags: “Marca del artículo”, “Talla”, and “
   Nombre del producto/ descripción” are using the same form tag name (“your-subject”).
 * Please try updating your code in the **Form** tab:
 *     ```
       <label> Tu nombre
         [text* your-name] </label>
   
       <label> Tu correo electrónico
         [email* your-email] </label>
   
       <label> Marca del artículo
         [text* your-product-brand] </label>
   
       <label> Talla
         [text* your-product-size] </label>
   
       <label> Nombre del producto/ descripción
         [text* your-product-name] </label>
   
       <label> ¿Quieres decirnos algo más? (opcional)
         [textarea your-message] </label>
   
       <label> Puedes insertar una foto (opcional)
         [file Insertaunafoto] </label>
   
       [submit "Enviar"]
       ```
   
 * Don’t forget to update the name of the mail tags in your form **Mail** tab. Please
   read [How tags work](https://contactform7.com/tag-syntax/) to learn more (it’s
   also a Spanish translation available: [Cómo funcionan las etiquetas](https://contactform7.com/es/tag-syntax/)).
 * Hope this help you.
 * Best regards,
    Yordan.

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

The topic ‘Error message when sending 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/)

 * 3 replies
 * 4 participants
 * Last reply from: [Yordan Soares](https://wordpress.org/support/users/yordansoares/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/error-message-when-sending-form/#post-13767146)
 * Status: not resolved