I need to collect distance and running times for a multiday fitness event. Any advice on creating a leaderboard or time/distance log?

Members will need to update daily to reach a target distance over multiple days.
I’m very new to code and content manager.

Do you already have created a DATABASE for your event?

Which would be the needed DATAFIELDS in your DB ?

  1. first-Name + last-name
  2. distance
  3. date
  4. running-time

So i would suggest you first to create a DATABASE with the neccessary DATAFIELDS(columns).

Then perhaps you could create a form, corresponding to the DATAFIELDS in your created DB.

Is my direction of your idea, right?