Dynamic value set via Ajax in Accounts/Any modules in create page, But If click save button automatically got erased.

$("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.

Parents
  • 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.

Reply
  • 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.

Children
No Data