Contact an Agent

1. Create Contact an Agent.

Make sure you install and active Contact Form 7 plugin to continue reading.

Step 1 - Log in to your WordPress Dashboard, go to Contact > Add New

Step 2 - Give a Name to your form

Code Html:

<div class="form-author-wrap">
  <div class="form-field">
    [text* your-name placeholder "Your Name"]<br>
  </div>

  <div class="form-field">
    [email* your-email placeholder "Your Email"]<br>
  </div>

  <div class="form-field">
    [tel* your-phone placeholder "Your Phone"]<br>
  </div>

  <div class="form-field">
    [textarea your-message x5]<br>
  </div>

  <div class="form-field hidden">
    [email* author-email default:shortcode_attr]<be>
    [textarea information]<br>
  </div>

  <div class="form-submit">
    [submit class:btn-block "Request Details"]
  </div>

</div>

Step 3 - Give a change Mail Info

Code Html:

From: [your-name] <[your-email]>
Subject: [your-subject]
Your phone: [your-phone]

Message Body:
Hi, 
[your-message]

======

[information]

Contact me soon[your-phone]

Thanks,

=======

2. Settings Contact an Agent.

Front-end display :

This form is displayed on the agent & agency page.

This form is also displayed on the Single Property

Last updated