Hi Sebastian,
This is not really a SEBLOD issue. YOu can manage this easily with javascript or jQuery function that will be triggered on form submit.
Something like this
jQuery('#seblod_form[method="post"]').submit(function(event) { jQuery('body').append('your html with loading Icon');});
I hope it helps
Michal