In today’s Dev Diary, we’re finally showing the new Form Components While they won’t be shipping in a build this week, we are getting very close and would love to hear your feedback based on what we’ve demoed today.
Looks Great! Forms section is in alphabetical order. As a FORM “container” always needs to be added can we have that a top in position 1 in grid? aids flow. Secondly Is it possible to have the button obfuscate the email address?
Thirdly as layouts are what we normally start with its getting pushed more to bottom of components as more sections are added, once again alpha order. It would be great to be able to move the component bar sections to where you want them as my brain starts at top and works its way down sections. Can’t wait for Beta to play with them. THANKS all for your hardwork!
Okay, that was more than I wanted. But in giving me more than I wanted, I now want more ;~).
You’re one step away from doing surveys using the form component. That would be immensely useful.
Oh, and about collections: why isn’t that an element by itself? It’s a type of text that is really a database list of text. That, too, would be useful.
A webhook is a way to automatically send form data to a specified URL when the form is submitted. The form triggers an HTTP POST request with the form data to an external service, allowing real-time processing of the data.
One use case would be to send the form data to a webhook in service such as IFTTT or Zapier.
Those services take the form data and allow you to process it as you wish - so you could save the data to a google sheet, add a new subscriber to Mailchimp, and/or create a social media post.
Webhooks opens up the possibility to use your form data in any way you like - it’s a very powerful feature!