Digital library html
Jump to navigation
Jump to search
| Line 462: | Line 462: | ||
*/ | */ | ||
$('.ci_form textarea').autosize(); | $('.ci_form textarea').autosize(); | ||
| + | |||
| + | |||
| + | $('form').submit(function() { | ||
| + | // ***attention !!! | ||
| + | // otherwise pageforms will not retrieve it! | ||
| + | $('input').removeAttr('disabled'); | ||
| + | return true; | ||
| + | }); | ||
}); | }); | ||
Revision as of 17:53, 11 March 2020