Page 1 of 1

Word wrapping in a text object

Posted: Thu Apr 11, 2024 5:04 pm
by Costa
Hello everyone,

forgive the stupid question I will be ashamed of as soon as the answer is given to me, but I have a text object inserted in an embedded iframe for inserting some notes and if the length of the note exceeds the set length of the object, this part is no longer visible unless you enter the box with the pointer and scroll along the writing.
I would like to set up an automatic wrap using the object's CSS settings but it seems that the wrap function is not taken into account.

Any suggestions?

Thanks for any help
Costa

Re: Word wrapping in a text object

Posted: Thu Apr 11, 2024 5:18 pm
by kev1n

Re: Word wrapping in a text object

Posted: Fri Apr 12, 2024 4:23 pm
by Costa
Hi Kev1n and thanks for your amazing support.

Yes, I had already seen that post and I had tried but as you can see from the screenshot it doesn't change the positioning of the text. I tried inserting it both on the form and/or in the iFrame.
In yellow is the text object that I would like to be shown on multiple lines

Thanks for your help.
Costa

Re: Word wrapping in a text object

Posted: Sun Apr 14, 2024 5:26 am
by kev1n
Use a textarea object instead of an input object.

Re: Word wrapping in a text object

Posted: Tue Apr 16, 2024 4:59 pm
by Costa
Sorry for my late replay and thanks!!