• Resolved ldwd

    (@ldwd)


    When using a text area the input stored in the back-end and displayed in the email contains double line breaks (or even triple). I tested with several forms and on two websites and it happens all the time. How can I remove the excess white space, as it takes up a lot of space in longer texts with many regular line breaks?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ldwd

    (@ldwd)

    Hello @hellokhoyer ?? or colleague,

    Do you have any update on this?

    Thank you!

    Plugin Support Abul Khoyer

    (@hellokhoyer)

    Hello @ldwd,

    Sorry for the delay in getting back to you. You can edit the response according to your needs using the hook below,

    add_filter('fluentform/response_render_custom_html', function ($originalInput, $field, $formId, $isHtml) {
    // handle response
    return $originalInput;
    }, 10, 4);

    Hope this helps.

    Thank you.

    Thread Starter ldwd

    (@ldwd)

    Thank you @hellokhoyer, I will try!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove extra line breaks from text area submissions’ is closed to new replies.