How to add mail in contact 7 form

To add a mailto link in a Contact 7 form in WordPress, you can follow these steps:

Method 1: Using the Contact 7 Form Builder

  1. Go to your WordPress dashboard and navigate to Contact > Forms.
  2. Click on the form you want to edit.
  3. Click on the "Add Field" button.
  4. Select "Email" from the field types.
  5. In the "Email" field, enter the email address you want to link to (e.g. [email protected]).
  6. In the "Label" field, enter the text you want to display as the link (e.g. "Send Email").
  7. Click "Add Field" to save the changes.
  8. In the form builder, click on the "Settings" icon (three horizontal lines) next to the "Email" field.
  9. In the "Settings" dropdown, select "Advanced" and then click on "Link".
  10. In the "Link" field, enter mailto: followed by the email address you entered in step 5 (e.g. mailto:[email protected]).
  11. Click "Save" to save the changes.

Method 2: Using a Custom Code

  1. Go to your WordPress dashboard and navigate to Appearance > Widgets.
  2. Drag and drop a "Text" widget to the desired location on your website.
  3. In the text widget, enter the following code:
    <a href="mailto:[email protected]">Send Email</a>

    Replace [email protected] with the email address you want to link to.

  4. Click "Save" to save the changes.

Method 3: Using a Plugin

  1. Install and activate a plugin like "Contact Form 7 Mailto Link" or "CF7 Mailto Link".
  2. Go to your WordPress dashboard and navigate to Contact > Forms.
  3. Click on the form you want to edit.
  4. In the form builder, click on the "Add Field" button.
  5. Select "Mailto Link" from the field types.
  6. Enter the email address you want to link to and the text you want to display as the link.
  7. Click "Add Field" to save the changes.

Once you've added the mailto link to your Contact 7 form, users can click on the link to send an email to the specified address.