Hi, been following this course so far, very interesting. And you are right, a user interface should be as simple as possible while keeping the desired functionality.
Hello! Good question. Good answer😄 You are right in saying it's not submitting because we're using div instead of textarea. When we're making this dynamic, we will use a combination of php and javascript to ensure that the contents of our "body" field is being submitted. Hint: we will be using an invisible textarea element along side the visible div.
Hi, been following this course so far, very interesting. And you are right, a user interface should be as simple as possible while keeping the desired functionality.
Hello Mate
Quick question.
The create post form "body field" is not submitting. Is this because we are using a div instead of a text area?
Hello! Good question. Good answer😄
You are right in saying it's not submitting because we're using div instead of textarea. When we're making this dynamic, we will use a combination of php and javascript to ensure that the contents of our "body" field is being submitted.
Hint: we will be using an invisible textarea element along side the visible div.
Understood. Thank you very much.
I look forward to the backend.