Contact

Get in touch with ParadoxMagic.

theparadoxmagic@gmail.com

Receiving talent form answers in your inbox

A normal static website cannot deliver form data to your email by itself. The Talent page currently prepares a text file and opens the visitor’s own email app so they can send it to you manually.

To have answers arrive automatically at theparadoxmagic@gmail.com, you connect the form to a small service on the server side. Common options: Netlify Forms (if you host on Netlify—turn on form notifications in the site dashboard and set the destination address to your Gmail), a third-party inbox bridge such as Formspree or Getform (you point the form’s action at their URL and they email you each submission), or a serverless function plus an email API like Resend or SendGrid (the form POSTs to your function; the function sends mail using an API key stored only on the host, never in the page).

Pick one path, create the account or keys, then replace the Talent form’s submit logic so it POSTs to that endpoint instead of using only mailto and a download.

← Return to Entrance