ermalgashi / blog-project

0 stars 0 forks source link

Implementing Contact Us form #11

Open ermalgashi opened 2 years ago

ermalgashi commented 2 years ago

Implementing Contact Us form will need a form and a model, or do we use the SMTP to send the contact directly Via Email, having archived the Messages is a benefit and will help us in the long run since we can Implement features and allow us to treat it as an Issue category, or maybe not just an idea. The form can be achieved easily using the model form on the backend and view to treat the data, and we will also have some basic validation offered by HTML. Anything extra validation should be handled by the server, such as not allowing spam, or maybe using javascript in the future to not hit the server at all?!