Need help assemble player's input with fixed url structure

I was doing a txt based chat experience using VRChat Udon Graph.
Tried to get player’s input line and send it to my host.
Something like: “localhost:3000/relay?playerinpu={player’s input}”.
My goal is to ask the player to only input the player’s input part without typing the “localhost……”, tried using VRCUrlInputField with the node setTextComponent but it didn’t work somehow(returns null). Is there anyway to do this?