Forgot space between attributes class and type:
<input class="button"type="text" name="full_name" ...
should be:
<input class="button" type="text" name="full_name" ...
(CVS build 20080314)
Logged In: YES user_id=529507 Originator: NO
Fixed in CVS.
It'll be included in next release.
But you can download daily snapshots at : http://nocc.sourceforge.net/download/
Thanks for the bug report.
Log in to post a comment.
Logged In: YES
user_id=529507
Originator: NO
Fixed in CVS.
It'll be included in next release.
But you can download daily snapshots at :
http://nocc.sourceforge.net/download/
Thanks for the bug report.