Can anyone tell me how i can strip multiple spaces and line breaks from a textarea before the data is stored?
When i export the table to csv textarea's get split into multiple rows where a user has entered a linebreak..😟
When i export the table to csv textarea's get split into multiple rows where a user has entered a linebreak..😟
Hi Bob,
Thanks for your response but i don't want to turn the line breaks to <br> but i want to store the text without them.
So that
will be stored as
Thanks for your response but i don't want to turn the line breaks to <br> but i want to store the text without them.
So that
some text,
some more text
will be stored as
some text, some more text
This topic is locked and no more replies can be posted.