Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Template Node create a login form, can be configured to not display in the conversation when the Button is pressed. #12998

Open
4 of 5 tasks
kevintsai1202 opened this issue Jan 23, 2025 · 4 comments
Assignees
Labels
💪 enhancement New feature or request

Comments

@kevintsai1202
Copy link

Self Checks

  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

1. Is this request related to a challenge you're experiencing? Tell me about your story.

Using a Template Node to create a login form, after pressing the Button, the field values are output as JSON and displayed in the conversation. This can later be used with an HTTP node for login or other API operations. However, for login passwords, it is generally not desirable for others to see them. Is there a way to hide the data sent from the form? Or are there other methods that allow us to log in through HTML components without displaying the data in the conversation?

Image

2. Additional context or comments

No response

3. Can you help us with this feature?

  • I am interested in contributing to this feature.
@dosubot dosubot bot added the 💪 enhancement New feature or request label Jan 23, 2025
@crazywoola crazywoola self-assigned this Jan 24, 2025
@crazywoola
Copy link
Member

This output is necessary because Chatflow needs to receive a message to continue the task. Thoughts?

@kevintsai1202
Copy link
Author

This output is necessary because Chatflow needs to receive a message to continue the task. Thoughts?

Is it possible to add a feature to hide messages? The process actually passes variables, but they are not displayed on the screen.

@crazywoola
Copy link
Member

Afaik, it needs to modify the data structure of the message itself, by modifying the backend logic and frontend logic should be able to do that, however it will affect the current behavior of the conversation.

@kevintsai1202
Copy link
Author

Afaik, it needs to modify the data structure of the message itself, by modifying the backend logic and frontend logic should be able to do that, however it will affect the current behavior of the conversation.

HTML elements are quite important for user interaction. Currently, I can only be implemented through template node. The JSON content sent by HTML elements, when displayed in the conversation, results in a relatively poor user experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💪 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants