📦 Introduction

LeadRouter is a WordPress plugin that syncs leads from Contact Form 7, Elementor, and custom forms directly into your Vivzon Browser CRM system using secure API integration.

🔧 Installation

  1. Download LeadRouter.zip from vivzon.in.
  2. Login to your WordPress dashboard → Plugins → Add New → Upload Plugin.
  3. Select the ZIP file, install, and activate.

🔐 CRM Token Setup

  • Go to Settings → LeadRouter.
  • Paste your Vivzon CRM Token in the field.
  • Click Save Changes.

✉️ Contact Form 7 Integration

Use these field names for compatibility:

  • your-name
  • your-email
  • your-phone
  • your-subject
  • your-message

🧩 Elementor Forms Integration

Ensure you assign these field IDs in your form builder:

  • name
  • email
  • phone
  • subject
  • message

🧑‍💻 Custom Form Hook

Call this function to send data from any custom form:

<?php
$data = [
  'name' => 'John Doe',
  'email' => 'john@example.com',
  'mob' => '9876543210',
  'subject' => 'Test Lead',
  'message' => 'Looking for services.',
  'website' => home_url()
];
vivzon_crm_send_to_api($data);
?>

❓ Frequently Asked Questions

Does it support multiple forms?

Yes. You can connect as many forms as needed, provided they follow the naming convention.

Is this secure?

Yes. All data is sent using secure POST requests with token authentication.

📞 Support

Need help? Contact us at support@vivzon.in or visit vivzon.in.