Form Input Variants and Validation in Framer

Поділитися
Вставка
  • Опубліковано 19 лис 2024

КОМЕНТАРІ • 28

  • @mopolo
    @mopolo 3 місяці тому +3

    Woohoo! Can't wait for Form File Uploading!

  • @abdul-UIUX
    @abdul-UIUX 3 місяці тому +1

    Great to see you, Joseph. Your teaching style and clarity are truly exceptional. Learned a lot of Sketch from you and now Framer.

    • @cigardesign
      @cigardesign 2 місяці тому

      Could you share us the channel URL? Thanks

  • @Michael.design
    @Michael.design 3 місяці тому +1

    Insanely clear and articulated help videos🙌🏻 This is how tutorials should be done. Thanks!

  • @renanlunar
    @renanlunar 2 місяці тому

    Amazing feature, but even better explanation! Great tutorial!

  • @jonathonandrews217
    @jonathonandrews217 3 місяці тому +3

    I love you Framer!

  • @teddoner2308
    @teddoner2308 2 місяці тому +2

    With the exact setup you showed in the video, I ran into a problem when checking "required". When I click into the Input, it correctly goes to the Focus state. If I click out of it, without inputting anything, I remain in the Focus state. This only happens with the property required set to true.
    Is this behaviour intentional or am I missing something?
    Furthermore I am not getting the browser notification under the form input like "the email must contain an @", regardsless of the "required" property.
    Thanks in regards for your answers.

  • @framerprojects
    @framerprojects 3 місяці тому +2

    Could you please add validation to the submit button too so people can create multi-steo forms via component variants?

  • @paul_subtirel
    @paul_subtirel 3 місяці тому

    This is great, but could you please show also how to clear form after submit?

  • @Thecsyu
    @Thecsyu Місяць тому

    Thanks for the video, if I wanna create a validation that allows only work email, how do I add custom code override to existing form fields?

  • @saifuddin9087
    @saifuddin9087 3 місяці тому

    I love you framer (3) 💙

  • @adammann42
    @adammann42 3 місяці тому +1

    Do we have to do this manually for every input type? Then copy and paste it around to all the form fields?

    • @Framer
      @Framer  3 місяці тому

      You can componentize inputs :)

  • @yugi_motta
    @yugi_motta 3 місяці тому +3

    Blur = not in focus. Genius.

  • @freddymazenge1462
    @freddymazenge1462 2 місяці тому

    Can you make a video of how your payment plan woks, it's not clear to me.Thanks

  • @badsevenfirefoxisback1541
    @badsevenfirefoxisback1541 3 місяці тому +1

    I love you framer (2)

  • @palomagiron3560
    @palomagiron3560 2 місяці тому

    That’s nice, but don’t forget to write information about the mistake in invalid variant, just color isn’t enough for all users. It’s simple, just add text below the input 😊

    • @BhupeshSanwaria
      @BhupeshSanwaria 2 місяці тому

      framers logic automatically states thatyou need to fix it when you hover

    • @palomagiron3560
      @palomagiron3560 2 місяці тому

      @@BhupeshSanwaria yeah but I'm not sure if screen readers like voice over and so, read that state. So it is better for digital accesibility, to write it, it 's not a great effort for designers, and the best practice ;)

  • @notdoshi.1404
    @notdoshi.1404 2 місяці тому

    Does framer automatically know which form field we have chosen?

  • @kd-zq5oq
    @kd-zq5oq 28 днів тому +1

    Why isn't there any documentation of how to CLEAR the input data after a form is submitted, when you submit input, it remains after the data is sent ... there is no formal documentation on this anywhere

  • @saisatvik4508
    @saisatvik4508 3 місяці тому +1

    So, can we build multi-page forms in framer

    • @trainfarb
      @trainfarb 3 місяці тому

      Definitely want/need this

    • @saisatvik4508
      @saisatvik4508 3 місяці тому

      @@trainfarb yeah I have been waiting for validate variant in submit btn component, but it's not yet out

    • @kesman9381
      @kesman9381 2 місяці тому

      I get the feeling that we get everything exept the things we desperately need :/
      (also talking about deleting projects)

    • @Mikefrost_Htet
      @Mikefrost_Htet 2 місяці тому +1

      Also the membership feature

  • @elonskira2652
    @elonskira2652 16 днів тому

    Maybe start with fixing the actual native forms first?
    In what world this is valid to let users enter "abc" in a "Phone number input" and "Email@email.email" and it passes as valid.. there isn't even a simple Regex to allow only numbers for phone fields and a valid TLD at the end of an email address.. and still claim you have spam-protection