Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "formcarry" block #419

Open
pjrundle opened this issue Apr 25, 2024 · 3 comments
Open

Add "formcarry" block #419

pjrundle opened this issue Apr 25, 2024 · 3 comments
Assignees

Comments

@pjrundle
Copy link

Add a basic form block that integrates with www.formcarry.com.

@pjrundle pjrundle self-assigned this Apr 25, 2024
@pjrundle pjrundle added this to the Wombat Next ⚡️ milestone Apr 25, 2024
@pjrundle
Copy link
Author

pjrundle commented Apr 30, 2024

@bhallstein before I do this (Jonna wants a form on a simple site), is there anyway low cost, simple way that we could send our own notifications with submission data rather than using a third party provider? I feel long term we will probs need this anyway as (for instance) Webflow has it's own simple form service included in the subscription price.

Options right now:

  • project code Formcarry block (this is what I did for GW Global - would mean we have two instances of project form carry blocks - website owners pay for subs to Formcarry)
  • provided Formcarry block (the intent of this issue)
  • investigate other solutions

Note: Formcarry provides the following:

  • email on submissions containing all form data
  • stores form data/submissions in their own UI/admin

@bhallstein
Copy link
Contributor

We need to implement an email sending capability in our API for password reset etc. — I've been assuming we'd use https://aws.amazon.com/ses/ for this. (Assume AWS deals with all the modern email security protocols for you.)

Back-end wise it shouldn't be much technical extra work to do the same but deliver email from a web form block.

Agree would be a nice feature ✉️

@bhallstein
Copy link
Contributor

If it was jonna-only a formcarry block could be implemented at project custom block level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants