Can I automatically send data from a form to an email?

I want to send the information captured from a form to an email automatically

Hey there @SirHaku
Welcome to the community :sunglasses:

There is a current limitation that does not allow custom actions to fire on a “Form” component submit (See this article: Accessing your Record ID - Adalo Resources)

So you’ll need to create a workaround.

If you watch this video tutorial I created on how to send a verification email, you’ll see how I was able to send an email using SendGrid & Abracadalo: How to verify a user's email address upon registration using Adalo - YouTube
Start the video around 5:14 as that’s where the action is created.

Here’s what you can do:
On the form submit, link to a new blank screen. Add a countdown timer to this screen and add your custom action to fire when the countdown has finished. Then, you can link to whichever screen you want after the custom action has been completed.