-
-
Notifications
You must be signed in to change notification settings - Fork 143
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 new Forms & Inputs components for basic contact page form #83
Comments
Use the upcoming Astro Actions to handle submitting form data. |
Note: might be a better candidate for Accessible Astro Components package. |
Hello Mark, is there any update regarding this matter? Having a contact form component would be a great addition to the project. Thank you |
Hi @massiccio! Thanks for your interest in the project 🙂 As for your question, this will definitely be coming, I just don't know when. You can keep an eye out for what we're working on in https://github.com/users/markteekman/projects/1/views/1. Currently there's a lot of time going into the long requested documentation website and all components are getting a refactor with lot's of improvements which is also time consuming. I too would like to see forms and inputs coming soon because it's a big pain point for developers and end-users as well. It's a complex one however, since we have a lot of validation we need to do for accessibility. I only work on these projects in my spare time so it's going at a slow and steady pace. I can let you know when we actively start working on it! |
Thank you very much for the update, @markteekman . Very much appreciated. |
Anytime @massiccio 😊 |
Forms can be very complex, not just accessibility wise. We can make a small start by adding some default components / wrappers with some accessibility standards baked in like custom validation and error handeling.
Notes
The text was updated successfully, but these errors were encountered: