The Instant View Editor uses a three-column layout, so you really want to use it on a desktop screen that's wide enough. Sorry for the inconvenience.

Back to the main page »

Original

Preview

Link 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