Skip to content

Releases: twotenstudio/eyworks-enquiry-form

v3.0.0

Choose a tag to compare

@twotenstudio twotenstudio released this 29 Jul 07:31
21822bc

What's Changed

  • Multi-nursery support: nursery shortcode attribute (v3.0.0) by @twotenstudio in #3

Full Changelog: v2.12.0...v3.0.0

v2.12.0

Choose a tag to compare

@twotenstudio twotenstudio released this 15 Apr 09:55
045bb96

You can now decide which fields are mandatory.

v2.11.0

Choose a tag to compare

@twotenstudio twotenstudio released this 10 Apr 07:32
b2db70a

All form fields are now required

Previously, only Child Name, Parent First Name, Email, Phone, and the consent checkbox were mandatory. The following fields are now also required:

  • Child Date of Birth / Expected DOB
  • Legal Gender
  • Parent Last Name
  • Postal Code
  • Preferred Start Date
  • How did you hear about us?
  • Validation is enforced at all three layers: HTML attributes, client-side JavaScript, and server-side PHP. These fields are also now always included in the EYWorks API payload.

Fixed section title spacing
The "Child Details" heading now correctly sits flush at the top of the form container. Previously the CSS selector (:first-child) didn't match because a hidden input preceded the heading in the DOM.

v2.10.0

Choose a tag to compare

@twotenstudio twotenstudio released this 06 Apr 09:59
b2db70a

Full Changelog: v2.9.0...v2.10.0

v2.8.0

Choose a tag to compare

@twotenstudio twotenstudio released this 06 Apr 09:40
503f7dd

Name Fieldset update

v2.7.0

Choose a tag to compare

@twotenstudio twotenstudio released this 06 Apr 09:33
a0dbee5
  • Headings changed from

    to

  • Border-bottom removed from .eyworks-section-title
  • Sub-labels (First, Last) now styled to display below their inputs — small grey text with margin-top: 4px

v2.6.0

Choose a tag to compare

@twotenstudio twotenstudio released this 06 Apr 09:24
709e957

New setting: "Log Submissions Locally" (under Settings > Data Storage)

  • Checkbox on (default) — submissions saved to WP database, visible in Tour Enquiries dashboard, exportable as CSV
  • Checkbox off — DB insert is skipped entirely, but submissions still go to EYWorks API and email notifications still fire

v2.5.0

Choose a tag to compare

@twotenstudio twotenstudio released this 06 Apr 09:18
4235a68
  • Version 2.5.0 in the code now matches the GitHub release
  • Original styling restored for all fields
  • GF name fieldsets kept for Child Name and Parent Name only
  • Fallback CSS removed
  • Custom CSS textarea still available in Settings for your tweaks

v2.4.0

Choose a tag to compare

@twotenstudio twotenstudio released this 06 Apr 08:49
0d1d6c1

Custom CSS

  • New Appearance section on the Settings page with a CSS textarea
  • Users can enter custom CSS (e.g. .eyworks-submit { background: #333; }) to override default form styles
  • Styles are output via wp_add_inline_style so they load after the base stylesheet and are properly scoped
  • Input is sanitized with wp_strip_all_tags to prevent script injection

v1.0.0

Choose a tag to compare

@twotenstudio twotenstudio released this 04 Apr 12:52