Hi everyone!
I still can’t personalize the subject in the mail that netlify sends (submission).
I want to receive the emails with the subject “New message” and I can’t, instead I receive them with the subject “[Netlify]”.
My code is:
<form
className="lg:w-1/3 md:w-1/2 bg-white flex flex-col md:ml-auto w-full md:py-8 mt-8 md:mt-0"
data-netlify="true"
data-netlify-honeypot="bot-field"
name="contacto"
method="post"
onSubmit={handleSubmit}
>
{/* Netlify Option */}
<input type="hidden" name="form-name" value="contact" />
<input type="hidden" name="subject" value="Nuevo mensaje"/>
<p hidden>
<label>
<input name="bot-field" onChange={handleChange} />
</label>
</p>
I hope you can help me
Thank you!
Greetings