Why I followed the teacher’s steps and clicked the submit button, but there was no submission. I just refreshed the current page
ajax is not executed. You can modify the form as follows
<form name="frm" method="post" onsubmit="return false;">
Disable form refresh
ajax is not executed. You can modify the form as follows
Disable form refresh