I know how to validate a form using Semantic UI, and can even read in console the message \"Form has no validation errors, submitting.\" However, where is this submitting to? I
What if you don't wana use ajax?!
Use this one:
$( "#reg_btn" ).click(function(event){ event.preventDefault(); $('#register_form').submit(); });
in this case u can use tag... there is no need to use classic tag instead