OpenEugene / little-help-book-web

Human service resource guide powered by White Bird Clinic
MIT License
6 stars 4 forks source link

Test the form submission on the About page #55

Closed ArthurSmid closed 3 years ago

ArthurSmid commented 4 years ago

Test the form submission by using a personal address to check inbox and see how it works. At line 122 in the about.html you can insert your own email here temporarily for testing: action="mailto:helpbook@whitebirdclinic.org"

https://www.wikihow.com/Create-HTML-Forms

https://www.w3schools.com/html/html_forms.asp

https://www.w3schools.com/tags/tag_textarea.asp

In the entry fields when a person clicks, how do we style the input so the cursor appears on the left rather than centered?

Currently, the entered text is only visible through a small window within the entry field that the person can cursor through to see and read over what they've written. How is possible to style the entry field so that if a person writes more than the available space the box expands in size, moving down all elements directly below as well to accommodate?

ArthurSmid commented 4 years ago

CAPTCHA https://en.wikipedia.org/wiki/CAPTCHA

What are the best open source options for preventing robots from entering the form?

ArthurSmid commented 3 years ago

After entering information into a field, I clicked the send button and my computer pulls up a mail client with the email correctly addressed, but it doesn't include the words from the submission form? Screen Shot 2020-11-25 at 1 24 08 PM

ArthurSmid commented 3 years ago

I tested all the form inputs, entering a string of text in each one and then pressing send, but it doesn't send the strings.

Any idea how to connect the and