Stop my loop to register data twice

Try add this code to your site’s js

$('form').unbind('submit').submit();

By DemoUser: https://stackoverflow.com/questions/9767871/jquery-submitting-a-form-twice