How can I add a simple custom field to my plugin?
Your textarea needs to have a proper name in order for the browser to send it to the server for processing such as be saved to a database. Secondly, textarea fields do not have a value and they also need a closing tag </textarea> because textarea is a multi-line form field. So the proper format … Read more