Skip to content
/ teleform Public

DB less web contact form ,data's were directly sent to telegram via telegrambot

License

Notifications You must be signed in to change notification settings

riz4d/teleform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

teleform

Simple web contact form ,response's were directly sent to telegram with telegrambot API

DEMO

Click Here

variables

replace your bot token here

/rizxd/assets/js/teleform.js (59th line)
  var bot_token = "12345678:AAAAAABBBBCCCCC-ddddd45"; // your telegram bot token

replace your chatid here

/rizxd/assets/js/teleform.js (60th line)
  var chat_id = 987456321;//your telegram chat id

Installation

On Heroku Server

on Railway Server

note : Fork the repository and edit the variables while installing