Possible to put tags into an input box on the same screen? How?

Possible to put tags into an input box on the same screen? How?

Hi @Yuki.O,
As you have probably realised, you can’t use an input box to combine values.
You can use the logged in user for this…

  1. Make a text field in user table (I have just used ‘Username’)
  2. Click Action updates the Logged in username = #tag & ‘LIU Username’
  3. Input default value = LIU Username

When you submit the form or first come to the page you may want to reset the value of that input, so you must reset the ‘LIU Username’ - or whatever text field you used.

Nocode monkey also had a ‘tag’ style input too. Search ‘Mentions’ on component marketplace.

Edit: I would run the hashtags from a list, same concept applies. You could also update the ‘current message’ instead of Logged in user. In this case you need to create the message on the button that navigates to the message input screen.

Good luck :+1:

:point_right: :coffee: = :grinning:

1 Like

Hi, Rozza, I do appreciate your rich feedback. Thank you.
I like your Nocode Monkey idea, but on the demo, it seems that I cannot “add” the hashtag but rephrase it all.
I wanna add tags to a message on a current page.

I just wanna make sure that it is literally possible to do that before make a purchase.

Regard, Rozza.

スクリーンショット 2023-12-19 14.09.59
スクリーンショット 2023-12-19 14.10.09

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.