Forums

how to make a sending message

kurt2000 26 Nov, 2009
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
Max_admin 29 Nov, 2009
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.
This topic is locked and no more replies can be posted.