Yeah, you can add the textarea, but like I said, you will also need to add the column into the database to save that text. And, that means you also need the column name into the array for the post columns so you can use the datamanager to store it. And, since it will be it's own text area and own column, then when you pull it from the database, it will be easy to put conditionals around it when you go to spit it out.
|