I have removed the message 'this field is required' by adding the following in styles.css file.
/* static/css/styles.css */ .errorlist { display: none; /* Hide error message */ }