Updated 07-05-2026, 10:26

Commit: 5b470c2 Show on GitHub

  • Author: Ravi Tjikhoeri
  • Date: 4/9/2026, 3:04:23 PM
  • Message: Merge pull request #172 from fdnd-agency/post-form-v2 implementing changes due to tests and made component
  • Stats: 508 total changes (+235 / -273)

Changed Files

  • src/lib/assets/img/NoscriptImage.webp — +0 / -0 (0 changes)
  • src/lib/assets/svg/ErrorMessageIcon.svelte — +15 / -0 (15 changes)
  • src/lib/components/atoms/FormValidationMessages.svelte — +80 / -0 (80 changes)
  • src/lib/components/organisms/ContactForm.svelte — +58 / -213 (271 changes)
  • src/lib/components/organisms/LocationSection.svelte — +28 / -18 (46 changes)
  • src/lib/formValidation.js — +1 / -1 (2 changes)
  • src/lib/index.js — +13 / -10 (23 changes)
  • src/routes/contact/+page.server.js — +40 / -31 (71 changes)