1
I need the placeholder for my input tag to be "Patient’s Name" and thanks to the script being used, I can’t double quote. I would like to know how I can insert a single quote within two single quotes.
Follows the code:
<input type='text' class='form-control' name='patientsName' id='patientsName' placeholder='Patients Name'>
How I wish it was:
<input type='text' class='form-control' name='patientsName' id='patientsName' placeholder='Patient's Name'>
If anyone could help out over there
script from which language you use ? Try something like
placeholder='Patient\'s Name'
– Pedro Henrique
Stack overflow people Brazil has to stop negativing question when do not know answer.
– WEB Last Wolf