Investment Lead Form

<h2 style=”color:#393566;text-align:center;margin-bottom:10px;”>
Grow Your Money with Us
</h2>

<p style=”text-align:center;color:#666;margin-bottom:25px;”>
Share your details and our team will contact you shortly.
</p>

<form id=”leadForm”>

<input
type=”text”
id=”name”
placeholder=”Your Name”
required
style=”width:100%;padding:14px;border:1px solid #ddd;border-radius:10px;margin-bottom:15px;”>

<input
type=”tel”
id=”mobile”
placeholder=”Mobile Number”
required
maxlength=”10″
style=”width:100%;padding:14px;border:1px solid #ddd;border-radius:10px;margin-bottom:20px;”>

<button
type=”submit”
style=”width:100%;background:#393566;color:#fff;padding:15px;border:none;border-radius:10px;font-size:16px;font-weight:600;”>
Submit
</button>

</form>

<script>

document.getElementById(“leadForm”).addEventListener(“submit”,function(e){

e.preventDefault();

var name=document.getElementById(“name”).value;

var mobile=document.getElementById(“mobile”).value;

var msg=”Hello TR Capital%0A%0AName: “+name+”%0AMobile: “+mobile;

window.open(“https://wa.me/919812452905?text=”+msg,”_blank”);

});

</script>

Chat with us