From a Custon List.. Get back to the form that made it

Sure @LynPod,

  1. A logged-in user submits your form and this creates a collection record.
  2. On the next screen, you have a list with all your records from that collection.
  3. When the logged-in user clicks on that list item this will take the user to that item’s page.
  4. On the items page, you can place an Edit Button (This will only appear if the current items “created by” is the current logged-in user). This button will direct the user to another screen called “Edit Item”.
  5. On the Edit Item screen, you can place a form and link it to your collection, bellow you will choose to Update the current “item”.

Hope that helps :blush: