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.
@donaldmjbart-williams31442 жыл бұрын
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?
@AwaMelvine2 жыл бұрын
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.
@donaldmjbart-williams31442 жыл бұрын
Understood. Thank you very much. I look forward to the backend.