All Projects → tuhinpal → Contact-Form

tuhinpal / Contact-Form

Licence: Apache-2.0 License
The Lightweight Contact Form which send contact requests on your Telegram

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Contact-Form

telegram-bot-api-worker
Take an alternate route to Telegram Bot API :)
Stars: ✭ 75 (+167.86%)
Mutual labels:  telegram-bot, cloudflare-worker, cloudflare-workers
IPFS PHOTO SHARE
💰用甚嚒服务器,ServerLess搭建一个图片分享站点!| 基于CloudFlareWorker无服务器函数和IPFS去中心化存储的图片分享网站
Stars: ✭ 76 (+171.43%)
Mutual labels:  cloudflare-worker, cloudflare-workers
cloudflare-worker-router
A super lightweight router (1.3K) with middleware support and ZERO dependencies for CloudFlare Workers.
Stars: ✭ 144 (+414.29%)
Mutual labels:  cloudflare-worker, cloudflare-workers
DNS-over-Discord
A 1.1.1.1 DNS resolver built for Discord
Stars: ✭ 228 (+714.29%)
Mutual labels:  cloudflare-worker, cloudflare-workers
cfworker-middware-telegraf
Make telegraf (a telegram bot framework) useable in Cloudflare Workers
Stars: ✭ 23 (-17.86%)
Mutual labels:  telegram-bot, cloudflare-workers
chat-bridge
同步不同聊天平台的訊息
Stars: ✭ 16 (-42.86%)
Mutual labels:  telegram-bot
cloudflare-worker-graphql-ws-template
A template for WebSockets powered Cloudflare Worker project using graphql-ws
Stars: ✭ 21 (-25%)
Mutual labels:  cloudflare-workers
technopsyna
телеграм бот для техноконфы
Stars: ✭ 16 (-42.86%)
Mutual labels:  telegram-bot
webhook-aiogram-heroku
A sample telegram bot made with aiogram, that fetches updates using the web-hook connection. Can be easily deployed to Heroku.
Stars: ✭ 36 (+28.57%)
Mutual labels:  telegram-bot
caligo
SelfBot for Telegram
Stars: ✭ 34 (+21.43%)
Mutual labels:  telegram-bot
foxbot
Telegram bot for finding furry image sources and inline mirroring
Stars: ✭ 25 (-10.71%)
Mutual labels:  telegram-bot
Komi-San
Telegram Group Management Bot based on Pyrogram
Stars: ✭ 27 (-3.57%)
Mutual labels:  telegram-bot
really-simple-telegram-bot
Example of php telegram bot, for medium article
Stars: ✭ 13 (-53.57%)
Mutual labels:  telegram-bot
sz-rose-bot
szrose is an all in one group management bot made for managing your group effectively with some advance security tools & Suit For All Your Needs ❤️
Stars: ✭ 26 (-7.14%)
Mutual labels:  telegram-bot
Telegram-UserBot
Abandoned.. Moved to https://github.com/TeamDerUntergang/Telegram-SedenUserBot
Stars: ✭ 38 (+35.71%)
Mutual labels:  telegram-bot
Harmonbot
Multi-Platform Factotum Bot
Stars: ✭ 30 (+7.14%)
Mutual labels:  telegram-bot
TechFusionFM
Static site for tech podcast built using Hexo.io with deployment script, XML escaper and iTunes rank tracking Telegram bot.
Stars: ✭ 20 (-28.57%)
Mutual labels:  telegram-bot
AmimeWatch
Telegram bot made in Python 3 using the @pyrogram framework.
Stars: ✭ 19 (-32.14%)
Mutual labels:  telegram-bot
MIRROR-HUNTER
Who are we? We are the Hunters of all Torrent in this world.🗡️.Fork from SlamDevs
Stars: ✭ 86 (+207.14%)
Mutual labels:  telegram-bot
Python-BlackJackBot
A Telegram bot written in Python to play the game BlackJack alone or with your friends
Stars: ✭ 48 (+71.43%)
Mutual labels:  telegram-bot

Contact Form


Features :

  • Cool Layout
  • Message goes on your Telegram
  • 7 KB of JS Code
  • Serverless Backend (Cloudflare Worker)
  • One Line of Integration

Deploy :

Setup the Backend 👇

  • Create a Telegram Bot from Botfather & Grab the Token.
  • Goto your created bot and send /start.
  • Now GoTo userinfobot send it any message it will give your Telegram ID (9 Digit) and copy the ID.
  • Open cf-worker.js and copy the whole code.
  • Go to Cloudflare Workers and create a worker & paste the copied code.
  • Replace the BOT_TOKEN & CHATID with your previously copied Bot Token and User ID.
  • Save and Deploy & copy the Worker Url

Connect it with your website 👇

  • Paste this Script :
<!--- 
    error_text: Message to display if there is an error.
    success_text: Message to display if the form is successfully submitted.
    disable_waittime: If true, it will not froze a new form subission (after one is successfull) for half a day.
    form_worker_url: URL to the cloudflare backend.
  -->

<script
  src="https://cdn.jsdelivr.net/gh/tuhinpal/contact-form@master/src/contact-form.min.js"
  id="contactform"
  error_text=""
  success_text=""
  disable_waittime="true"
  form_worker_url="https://contact-form.tprojects.workers.dev/"
></script>

Use The Backend API 👇

  • This is very simple too, Just do a POST request with this JSON Body
{
  "name": "Tuhin Kanti Pal",
  "phone_no": "000000000",
  "email": "[email protected]",
  "subject": "Just a Testing",
  "message": "Just a Testing"
}

Connect :

License & Copyright :

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].