来自网站的Whatsapp消息显示加号

时间:2019-05-06 10:04:12

标签: php whatsapp

我有一个如下所示的表单,它在提交时重定向到api.whatsapp.com。将文本消息作为Some + Text + Message,将消息作为文本空间之间的加号。

如何删除消息中单词之间的加号?

<div class="weakly_block whatsapp contactwhatsapp">
        <h5><span style="padding-left:20px"></span>Whatsapp Us</h5> 
            <div class="new_letr new_letr2">
            <form target="_blank" method="get" action="https://api.whatsapp.com/send" >
            <input name="phone" value="919990009998" type="hidden">
            <input type="text" name="text" placeholder="Type a message" class="pass_input" style="opacity:0">
            <button type="submit" class="subscribe_btn" style="opacity:0">Submit</button>
            </form>
            </div>
    </div>

0 个答案:

没有答案