How to work with data, (adding, removing, GET, POST?) and logins!

So I’m fairly new with the idea of working with HTML and web-based code, and I would just like to applaud Webflow for making everything so much easier!

Anyway, I’m creating my website currently (meant to be a “mobile app” for a class I’m taking), and I’m stuck on how to work with GET and POST functions.

I’m trying to do this scheduling thing, where people can input tasks and have it show up on a schedule.
This is what I want to achieve:

  1. Filling out a form, such as filling out fields for a task (Name of task, start time, end time, location, etc).
  2. Clicking on a button such as “ADD TASK” which leads to a new page that lists the task.
  3. Clicking on a schedule button that shows the task for you.

Something like this:



Here’s my public link: https://webflow.com/design/timekeeper?preview=37794b28ebabb3bc667a5f7937581ea3

Also, how do I create a database for logins?

Any help would be appreciated :smile: