Help Returning the text in an input box to another textbox

Hi,
I was wondering whether I could get some help.

I am creating a simple form which gets a user to enter their name and returns a message Hello and their name. For some reason when I reference the textbox name it doesn’t return the value its simply states Hello[object Object]

Any help would be greatly appreciated.

Thanks

Can you send the .wick file?

you should share your code, i don’t get Hello[object Object] when i type in “Hello” or anything else, so it’s probably a problem with your code.

It definitely is a script error. Did you refer to the text input as the textbox’s value?

Hi looks like because I’m new I can’t upload my file.

I’ve cleaned it up ab itnow so it doesn’t return object object but it only returns Hello and not the name entered into the field.

Thanks
Lucinda

no!
this is what I set lol eeee!
response.setText(“Hello”,+textInput);

Here’s a simple working example:
My Project12-9-2020_9-39-49AM.wick (5.3 KB)

awwwww Hamzah_Al_Ani thanks a mil!

I should have posted this earlier spent all day on this.

I will be back with more questions I’m sure!

2 Likes