Preview
Issue #15
( function () { const contact_forms = document.getElementsClassName('contact-form'); for ( const form of contact_forms ) { form.onsubmit = function() { const buttons = form.getElementsTagName('button'); for( const button of buttons ) { button.setAttribute('disabled', true); } } } } )(); Name(required) Email(required) Comment(required) Submit Δdocument.getElementId( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );
- Type of issue
- Submitted via the Previews bot
- Reported
- Sep 2, 2022