Skip to content

A simple "drop-in" contact form for any website using Azure Functions. Includes client side javascript as well as server side (the actual azure function) C#.

Notifications You must be signed in to change notification settings

Tgeo/AzureFunctionsContactForm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AzureFunctionsContactForm

A simple "drop-in" contact form for any website using Azure Functions.

Instructions (in no particular order)

  • Create a new HTTP Trigger Azure Function and paste the code from Server/SendEmailFunction.csx
  • Set "Authorization level" to "Anonymous" from "Integrate" tab in your Function dashboard
  • Enable CORS on your Function App
  • See: http://stackoverflow.com/questions/36411536/how-can-i-use-nuget-packages-in-my-azure-functions on how to add the Server/Project.json file to your Function
  • Drop the form found in client.html into a web-page
  • Add a reference to the javascript in sendEmail.js
  • Some other things I'm sure to have forgotten...
  • Complete the contact form and see your email!

About

A simple "drop-in" contact form for any website using Azure Functions. Includes client side javascript as well as server side (the actual azure function) C#.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published