Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

chitochi/cruciforme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cruciforme

A form endpoint for static websites. Point any form to a cruciforme instance, and you will receive the answers by email.

Usage

Simply point you form to https://crucifor.me and add a hidden field named cruciform-mail:

<form action="https://crucifor.me" method="post" enctype="multipart/form-data">
	<!-- your inputs -->

	<input name="cruciforme-mail" value="your@awesome.mail" type="hidden">
</form>

You can redirect the user to a custom page using cruciforme-success and cruciforme-error:

<input name="cruciforme-success" value="your.awesome.site/success" type="hidden">
<input name="cruciforme-error" value="your.awesome.site/error" type="hidden">

Finally, you can customize the subject of the email using cruciforme-subject:

<input name="cruciforme-subject" value="Great, a form sent!" type="hidden">

About

A form endpoint for static websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages