i ve a form and it has some uploading issues. when a uploade image is big like 3mb users waitng too much time . now i wanna make a sending message when a user click submit button sending gif will shown
like loading functions, how can i do this
thx
Hi Kurt,
This will need some Javascript code written, add onClick event to your submit button and make it show some hidden loading image in your form body, something like this:
button:
<input type="submit" onClick="$('myloadingimgid').setStyle('display', 'block');"
and in your form code add:
<img src="path to image" style="display:none"
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.