how i will set plain text to html field ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2024 08:49 AM - edited 05-23-2024 12:19 AM
Kindly guide i have plain text message field trying to set in html field but facing alignment problem means table "abc" have message with:-
Hi customer,
I am sweet.
i have doll.
i have a pet dogs.
regards Deb.
but in table "xyz" in html field it is coming :-
Hi customer,I am sweet.i have doll.i have a pet dogs.regards Deb.
in client script using this code after getting the answer from script include :
Note: In anwser i am getting right format but in html is not .
Kindly help me to set the alignment in html fields same as plain text. @asifnoor or @ankurbiswas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2024 08:55 AM
Hi @Debarpita ,
You can try using   or <p> tags to see the lines in the format you have given.
Kindly mark helpful and accept it as solution if it resolved your issue.
Thanks,
Mahathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 12:00 AM
Hi , thanks for the reply . Kindly help with full code