2 years ago
1
Topic

I created a form with Seblod which can be used to create a Joomla article inlduing a full text image. Problem is that if the pictures is large, the form needs time to submit. Users might wonder what is happening as no progress bar or something can be shown. So I want to show a kind of loading icon when the users submits the form. I couldnt find anything in the forums that could help me.

Get a Book for SEBLOD
215 Posts
iliil
2 years ago
0
Level 1

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

Get a VIP membership