• Hi, first of all, thank you so much for this plugin so so useful πŸ˜€
    And now my problem, in one of my form i have 1 textarea where user will put “Haiku”. Si it’s very important to record well the layout, but for example, when i write:

    “Tel les jeunes pousses
    Ce site est en construction
    Au printemps venu”

    when i display the value of the DB field, i obtain:

    “Tel les jeunes pousses Ce site est en construction Au printemps venu”

    Because nextline instructions are not catched up by the form, what can i do? πŸ™‚

    https://ww.wp.xz.cn/plugins/wordpress-form-manager/

Viewing 1 replies (of 1 total)
  • Not a best solution but probably a workaround:

    Manipulate the textarea value via String/Array.
    Separate words via whitespace then use its index to append a “\n” if you want a new line.

Viewing 1 replies (of 1 total)

The topic ‘Textarea and going nextline’ is closed to new replies.