I would like to see some form validation. In the sense that the submit process is not allowed to proceed unless the required fields have values entered
We need a way to mark within the template if a particular form field is required or not. Will need some thinking about, but it is definitely very important. Luckily, most of the code in the front-end is written, we just need to have a way of describing it in the back-end.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1562499
Originator: NO
We need a way to mark within the template if a particular form field is required or not. Will need some thinking about, but it is definitely very important. Luckily, most of the code in the front-end is written, we just need to have a way of describing it in the back-end.