Adding the Text Widget in Next.JS website
How to add Website Text Me Widget to Next.js Site
Step 1: You have to find whether your application is written in JavaScript or TypeScrpt.
Step 2: Download the example code.
If JavaScript, download: https://drive.google.com/file/d/1L9tB5T-jgC9nhVZnHZMk8NBZd1iNGORI/view?usp=share_link
If TypeScript, download: https://drive.google.com/file/d/1ejOP5uzXXzVMr84wupRWPrWBSzySNapR/view?usp=share_link
Step 3: Your application changes
If JavaScript,
1. next.config.js
2. src/pages/index.js (This is the page where you're going to put the Website Text Me Widget)
3. src/universalcontactform/contactform.js
If TypeScript,
1. next.config.js
2. src/pages/index.tsx (This is the page where you're going to put the Website Text Me Widget)
3. src/universalcontactform/contactform.tsx