Adalo Profile Details Screen (foodmood app build #3)

Поделиться
HTML-код
  • Опубликовано: 11 июл 2024
  • Create a profile details screen where logged in users can edit their profile details and access their personal information.
    This is the third tutorial in a series where I'm building an entire app, from start to finish.‍
    In this tutorial, I'll show you how to:
    - Create a profile screen that can be expanded in the future
    - Use the Form component to update users
    - Ask for a profile photo when a new user signs up

Комментарии • 11

  • @bethmantis
    @bethmantis 2 года назад +1

    Another awesome tutorial Parker! it's so easy to learn from your videos. You are definitely my go-to Adalo expert.

    • @adalocado
      @adalocado  2 года назад

      That's high praise - thank you so much!

  • @randomfludge7118
    @randomfludge7118 2 года назад +1

    How your data is loading right away. Are you using a data preloader?

    • @adalocado
      @adalocado  2 года назад

      Hello! Not using a preloader, but try to keep things optimized and good internet also helps.

  • @carmoney8698
    @carmoney8698 2 года назад

    does anyone know if they have any zoom courses i can take for more in depth detailed info on Adalo?
    i have a million questions!!!!!

    • @adalocado
      @adalocado  2 года назад

      Don't have Zoom courses, but feel free to join our Discord community to chat about it! Link is at adalocado.com

  • @eljayes
    @eljayes 8 месяцев назад

    yo dude, i did all that, but now i cant figure out how to display the photos

  • @choullekabs2210
    @choullekabs2210 Год назад

    hi where is part 1 and 2 of this video

    • @adalocado
      @adalocado  Год назад

      You can find those here: Foodmood App Build
      ruclips.net/p/PLj5h9bYfEoA4aCBOukB09avChvxpDu77V

  • @MrLauriart
    @MrLauriart 2 года назад

    In the update password screen, how we can make the password hidden? On update the field is prefilled with the current password.

    • @adalocado
      @adalocado  2 года назад

      You can use an Input element instead of the form and have more control over how the inputs behave. Hope that helps!