Improvements & Reflection
Although I am pleased with the final version of my website found at: http://www.sofiagattuso.co.uk there are some aspects of this project that I feel as though I could improve upon. Contact Form My contact form is problematic as the submit button doesn't work as it should. The validation of the form works but nothing happens when you would like to send the form which makes me think that there may be a problem with the PHP file that came with my Bootstrap Template. The reasons why I think this is because the PHP file has an if statement that should print either a success statement or an error statement however neither of these occur. Due to my lack of knowledge of PHP I didn't manage to solve this problem. I did post this question on Stack Overflow https://stackoverflow.com/questions/54129729/how-to-fix-contact-form-which-does-not-submit?noredirect=1#comment95092674_54129729 however terms were being used that I didn't understand and due to time constraints I wasn...