Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 891 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 891 Bytes

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