I am creating a form for medical prescription. Here one of the textarea
field name is new prescription
. Doctor will insert value here like
1. medicine-l
1+1+1
2. medicine-2
1+0+1
But while I print out the prescription this new prescription
field shows it's value like
1.medicine-1 1+1+1 2.medicine-2 1+0+1
But I want to printout the value of new prescription
just like how doctor inserted.
How can I do it? Anybody Help Please ?