You can easily send and customize email confirmations with Elementor shapes.
After adding a Form widget to your section, go to Actions after submitting > Add action, and add E-mail. La acci贸n de correo electr贸nico est谩 destinada a enviar las respuestas del formulario al correo electr贸nico del administrador del sitio Web.
Click on the to open the email section
- TO: Defina la direcci贸n del propietario del sitio. Se agrega de forma predeterminada de acuerdo con el correo electr贸nico configurado en el administrador de WordPress.
- Email subject: Write the Subject of your email
- Content de correo electr贸nico: By default, all form fields are submitted via Shortcode: [all-fields]. To customize the content, copy the shortcode of the field, that is [field id = name] etc. You can find the shortcodes at Form fields > E-mail (or any other form field)> Advanced. Tambi茅n puede crear su propio correo electr贸nico personalizado a trav茅s de HTML. Ver ejemplo al final del art铆culo.
- From the e-mail: Enter the Email field
- By name: Enter the From name field
- Answer to: Enter the Reply to field. The content of Reply To is identical to the Email field
- DC: Write a Cc
- Bcc: Write a Bcc
- Metadata: incluya metadatos adicionales en el correo electr贸nico enviado, como fecha, hora, Url de la p谩gina, etc.
- Send as: Send as HTML or plain text
Configure Email2
Email2 it is very useful. For example, you might want to send a confirmation email to the visitor who completed the form.
Para crear uno, siga el mismo proceso que el anterior para el correo electr贸nico, pero el destinatario ser谩 el Username que complet贸 el formulario, en lugar del propietario del sitio web. La direcci贸n de correo electr贸nico del usuario se determina din谩micamente a partir del c贸digo abreviado del nombre del campo de correo electr贸nico, como se explica en la nota a continuaci贸n.
Note: In the 'To' field you must enter the short code located in the advanced tab of the email field [field id = email].
Tip: You can customize the confirmation email using the sender's first name ('Hello [field id = name]').
Here is an example of how to create all email content using HTML:
<p> <p>You got a new message!</p> </p> <p> <p>Username: [field id="name"]<br /> </p> <p> <p>Email: [field id="email"]<br /> </p> <p> <p>Phone: [field id="tel"]<br /> </p> <p> <p>Message: [field id="message"]</p> </p> <p> <p>Don’t forget to call them back soon :) </p> </p>
Nota: Solo se pueden usar los c贸digos cortos ubicados en la pesta帽a avanzada del widget de campos de formulario. No puede usar c贸digos cortos de ning煤n otro lugar aqu铆. Agregar otros c贸digos cortos de otros complementos o de otro lugar provocar谩 un mensaje de error del server. El c贸digo abreviado debe escribirse exactamente como aparece en la pesta帽a avanzada del campo del formulario.
Learn more about the form widget and its options here.