MediaWiki:EventForm.js: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 March 2025

9 March 2025

  • curprev 12:5412:54, 9 March 2025Admin talk contribs 1,649 bytes +261 No edit summary
  • curprev 12:4412:44, 9 March 2025Admin talk contribs 1,388 bytes +1,388 Created page with "$(document).ready(function () { if (mw.config.get("wgPageName") === "Form:EventForm") { $("#pf-form").on("submit", function (event) { event.preventDefault(); // Stop default form submission var webhookUrl = "https://script.google.com/macros/s/EXAMPLE1234567890/exec"; // Replace with your Webhook URL var eventData = { eventDate: $("input[name='event_date']").val(), eventTime: $("input[name='..."