Add line break in text field

Hello Experts,

How is it possible to add line break in text field ?

Best
Anderson

Hi Anderson,
Line breaks are added by hitting return while entering the text fields value. You can

Editor:
Screen Shot 2022-09-08 at 4.18.35 pm

You can add as many lines as you want doing this.
Screen Shot 2022-09-08 at 4.21.36 pm

Output:
Screen Shot 2022-09-08 at 4.19.11 pm
Output2:
Screen Shot 2022-09-08 at 4.22.27 pm

Hi,

I put a text field but in my test version, when hit enter, it does not break the line.

Best
Anderson

Hi @amunizbrr2 ,

Can you share screenshots/a link? This will be easier to help you.

Hi,

See. This text field should work like a memo so a user can describe the incident. It is helpdesk system application.

Hi there, @amunizbrr2… if I understand your post correctly, you can use a multiline input element (instead of an input element) to do what you are describing. So, replace your input element with a multiline input (which you can actually do by right-clicking on the input element and selecting the Replace by another type option), and you should be good to go.

Hope this helps.

Best…
Mike

1 Like

@mikeloc thanks, it works.

Anderson

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.