Book a Demo
Please fill in below form with all the details and we will create a demo account for you and share the necessary login details and url for admin user. You can then login to the admin and create other user roles.
@if(isset($_GET['complete_name']))
@php
$message = "New Demo request received from:
";
$message .="Name : ".$_GET['complete_name'];
$message .="Email : ".$_GET['office_email'];
$message .="Phone no : ".$_GET['office_cellno'];
mail('ganpatnene@gmail.com','New Demo Request',$message);
echo "
Please fill in below form with all the details and we will create a demo account for you and share the necessary login details and url for admin user. You can then login to the admin and create other user roles.