TeleportHQ Forms
Introduction
TeleportHQ Forms allows you to capture form submissions from your TeleportHQ projects.
When you submit a form, TeleportHQ Forms will send you an email with the form data and redirect the user to a URL of your choice.
This project is in public Alpha. If you need assistance with the setup, please reach out to us at hello@teleporthq.io or use the support chat in the TeleportHQ app.
Steps
- create a form in your TeleportHQ project
- set the form's
action
attribute tohttps://forms.teleporthq.app/submit
- set the form's
method
attribute toPOST
- add an input with type
hidden
and name_to
. Set its value to the email at which you would like to receive your form submissions - add an input with type
hidden
and name_subject
and set its value to the subject of the email you would like to receive - add an input with type
hidden
and name_redirect
and set its value to the URL you would like to redirect to after the form is submitted. Keep in mind that this URL must be a valid URL and must be hosted on a domain that you own - add all the visible inputs you need
- add a submit button and make sure it has type
submit
- publish your project
- open the published project and submit the form