Hello I need to add a javascript code on my form's submission.
like this :
I put it there : Form tag attachment: something like onSubmit()
but when I display code it does'nt appear :
How can I do that ?
Another suggestion : what about adding a means to sort forms by name in Forms Manager in a next version, I now have 3 pages (and I'm not finished) and I'm starting to spend time searching for the form I want to work on !
😛
like this :
<form name="Liste1" method="post" action="test.php" onSubmit="PostSelect(this.name)">
I put it there : Form tag attachment: something like onSubmit()
but when I display code it does'nt appear :
<form name="ChronoContact_choixAction" id="ChronoContact_choixAction" method="post" action="http://localhost/SerfaApplications/index.php?option=com_chronocontact&task=send&chronoformname=choixAction&Itemid=45" >
How can I do that ?
Another suggestion : what about adding a means to sort forms by name in Forms Manager in a next version, I now have 3 pages (and I'm not finished) and I'm starting to spend time searching for the form I want to work on !
😛