Button only visible when text input is valid

Hi,
I’ve a text input field (typ email) and a button.
The button shall only be visible when the format of the input is a valid email adress (format only!)

any idea how to do this? right now I have a check based on if the field contains an @-symbol

1 Like

There is an option for checking when does the input is valid or not

  1. Set the visibility as hidden when page is loaded
  2. Click on the button > conditional > add new > select you input and add contition when its valid

image

1 Like

Hey @fok_ste :wave:

I agree with @tgmoron but with one addition. Check it out:

Editor: Test805421 | Bubble Editor

Preview: https://test805421.bubbleapps.io/version-test/input_is_valid?debug_mode=true

Hope that helps! :blush:

@j805 www.NoCodeMinute.com

For All Your No-Code Education Needs:

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.