Hidden Inputs

πŸ‘¨β€πŸ’Ό Our backend needs to know what organization to associate this new account to. We don't need to ask the user this information because we know that it's just 123. So we can add a hidden input to make sure the submission includes this value, but not require the user to provide it.

Please set the playground first