Skip to content

Karytonn/form-to-whatsapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Form to WhatsApp

WhatsApp send message with form function

Usage/Examples

...
//Join text with WhatsApp API
let url = `https://api.whatsapp.com/send?phone=${PHONE_NUMBER}&text=%20${textToSend}`

//Open WhatsApp App
window.open(url, "-blank")

Complate exemple

Access the file app.js

Demo

Click here to demo

Tech Stack

Client: JavaScript Vanilla

About

WhatsApp send message with form function

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published