$("input[name=name]").val('test');
when applying the value using Jquery. then after clicking the save button value is automatically erased and throws the required error message.
$("input[name=name]").val('test');
when applying the value using Jquery. then after clicking the save button value is automatically erased and throws the required error message.
Hi Dinesh, you can simply put the data on the save button functionality without manually providing the name by console. And insert it into the database it will automatically save it.
Hi Dinesh, you can simply put the data on the save button functionality without manually providing the name by console. And insert it into the database it will automatically save it.