Answer the question
In order to leave comments, you need to log in
How to forward messages from Elementor pro form to whatsapp or telegram?
Hello, there is a WordPress site with the Elementor Pro plugin. Now all messages from the forms come to the mail, is it possible to somehow redirect messages from the form to whatsapp or telegram? Or from mail to instant messengers?
Answer the question
In order to leave comments, you need to log in
Can.
Order freelance development, or try this , I googled it for you.
for the telegram you need the following:
1) you need to create the telegram.php file (I did it in the crust, it turned out https://mysite.com/telegram.php )
2) you need to insert the following code into this file:
<?php
$txt = "Имя: " . $_POST['Имя'] . " | Телефон: " . $_POST['Телефон'];
fopen("https://api.telegram.org/botID_BOT/sendMessage?chat_id=-ID_CHAT&parse_mode=html&text={$txt}", "r");
Hey!
I have empty ones come Name: | Phone:
I haven't tried anything else to insert into the POST value ...
the second line:
$txt = "Name: " . $_POST['name'] . " | Phone: " . $_POST['tel']; - doesn't work... (label fields - name and tel , id fields name and tel respectively)
What's the problem? Help!)))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question