@if (whatsappForm.controls.name.touched && whatsappForm.controls.name.invalid) {
Please enter your full name.
}
+91
@if (whatsappForm.controls.mobile.touched && whatsappForm.controls.mobile.invalid) {
Please enter a valid 10-digit mobile number.
}
Select your expected message volume.
{{ whatsappForm.controls.message_per_campaign.value }} Messages
@if (whatsappForm.controls.message_per_campaign.touched &&
whatsappForm.controls.message_per_campaign.invalid) {
Choose the number of messages for your campaign.
}
@if (whatsappForm.controls.total_campaign.touched && whatsappForm.controls.total_campaign.invalid) {
Please enter the expected number of campaigns.
}
Your information is used only to contact you about WhatsApp messaging solutions.