The email notification with details about your new lead is very important. If you do not receive it. It can be very frustrating. Please review the information in this article to help debug some of these issues. Mortgage and Real Estate Leads It is important to note. Even if you do not receive the notification […]
How To Add Custom Styles to Contact Forms
Generally the WPrequal contact forms adopt the styles from your website’s theme. However, not all themes provide the styling you desire for your contact forms. You are in luck!! You can use the built in Additional CSS functionality in WordPress to add your own custom styles. Example Custom Styles for WPrequal Contact Forms Adding Custom […]
How to Set Notification Email Address
To set the notification email address for your forms. You will need to visit the related contact form. Login to your website Navigate to WP Admin > WPrequal Settings > Contact Forms Click “Edit” under the related Contact Form In the details section, set the email address to the desired email Click “Update Contact Form”
How to Setup a Webhook
Setting up a webhook for WPrequal can be done in just a few simple steps. WPrequal will send your lead data in an HTTP POST request to your webhook URL. The data will be sent as a JSON object. Steps to set up a webhook in WPrequal Navigate to WP Admin > WPrequal Settings > […]
What is a webhook?
Webhooks are “user-defined HTTP callbacks”. They are usually triggered by some event, such as a form submit. When that event occurs, the source site makes an HTTP POST request to the URL configured for the webhook. The request payload contains form entry data. The destination website will then accept and process the payload. Suggested Integrations