Form submission issue

Solved
Maceiras -  
 Maceir -
Hello,
I would like to be able to submit a form by clicking on a text input; I have done several searches on Google, but none of them have been fruitful.
Thank you

Configuration: Windows 7 / Chrome 23.0.1271.91

6 réponses

Nhay Posted messages 838 Registration date   Status Membre Last intervention   126
 
Hum, by adding an onClick="document.myform.submit()" to the input text, doesn't it work? (replace myform with the id of your form)
0