Formatting Elementor Email Responses
The Elementor form potentially sends two emails when the send button is clicked. Email 1 is sent to the owner of the site with the information from the form and optionally Email 2 is sent to the email address of the person completing the form.
“Out of the box,” Elementor send [All Fields] that is all of the data the form has collected in a raw format. This may be fine for developers but not the best for clients and their customers. These raw emails can be replaced with HTML-formatted emails.
Process
Field Names
With the exception of some of the fields, Elementor adds random values to the field ID shown under the Advanced tab for each field. The Name field has a default ID of “name” and the matching shortcode of [field id=”name”]. Another field may be allocated an ID of “field_f0939d3” and that is pretty meaningless.
The first job then is to give the fields names that mean something to make your life easier in later stages.
Complete HTML Page
The HTML code that is sent in the email must include all the necessary styling, the email content and Elementor form fields to make up the message. This tutorial will include two separate “emails” one for Email 1 and one for Email 2 but much of the “editing” of both is the same.
email request SENT TO COMPANY NAME