Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Word wrapping in a text object

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Post Reply
Costa
Posts: 39
Joined: Sun Aug 15, 2021 9:46 am
Has thanked: 11 times
Been thanked: 4 times

Word wrapping in a text object

Unread post 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
kev1n
nuBuilder Team
Posts: 4416
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 74 times
Been thanked: 472 times
Contact:

Re: Word wrapping in a text object

Unread post by kev1n »

Costa
Posts: 39
Joined: Sun Aug 15, 2021 9:46 am
Has thanked: 11 times
Been thanked: 4 times

Re: Word wrapping in a text object

Unread post 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
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4416
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 74 times
Been thanked: 472 times
Contact:

Re: Word wrapping in a text object

Unread post by kev1n »

Use a textarea object instead of an input object.
Costa
Posts: 39
Joined: Sun Aug 15, 2021 9:46 am
Has thanked: 11 times
Been thanked: 4 times

Re: Word wrapping in a text object

Unread post by Costa »

Sorry for my late replay and thanks!!
Post Reply