I pass values to my input fields as shown. These values are sensitive values and i want to make the field readonly so users cannot edit values for any reason. The readonly field still allows users to make changes to the assigned values as shown below ?
How can i prevent users from changing the assigned value ?
Index.HTML
<input class="info"><span class="data">GHS <?php echo $info ?></span> />
Broswer
<input class="info"><span class="data">100</span> />