Hi!
I've faced a strange problem with the contact form.
I had two technically identical websites, so the first one still works OK and the second encountered a problem.
Its contact form doesn't send data. Once submit button is pressed the loader is displayed, while it has to refresh and show a success message.
Either there is no any debug data.
Website is running live
My contact.lt.md have this truncated data:
---
title: 'Fill it'
media_order: bw.jpg
smallTitle: Contacts
menu: kontaktai
visible: true
cache_enable: false
opacity: '0'
phoneTitle: Phone
phoneMobile: ''
emailTitle: 'El. paštas'
emailAddress: email
addressDetails: 'address'
form:
name: kontaktu-forma
template: form-messages
refresh_prevention: true
fields:
-
name: email
label: false
placeholder: '@'
type: email
outerclasses: form-field
classes: full-width
-
name: my-file
label: 'Upload photos'
type: file
multiple: true
limit: 5
filesize: 6
destination: user/data/files
accept:
- application/pdf
- application/x-pdf
- 'image/*'
-
name: space
label: Plotas
autofocus: 'off'
autocomplete: 'on'
type: select
options:
'': Kita
300: 300m²
validate:
required: true
-
name: telephone
label: Telefonas
placeholder: Telefonas
type: tel
validate:
required: true
-
name: message
label: false
placeholder: 'placeholder'
type: textarea
outerclasses: form-field
classes: full-width
rows: null
buttons:
-
type: submit
value: Submit
outerclasses: form-field
classes: 'full-width btn--primary'
process:
-
email:
from:
- '{{ form.value.email|e }}'
to:
- '{{ config.plugins.email.to }}'
subject: '[Message from] {{ form.value.name|e }}'
body: '{% include ''forms/data.html.twig'' %}'
attachments:
- my-file
-
message: 'Thanks message'
metadata:
'og:url': 'https://asfaltavimas.eu/home/_contact'
'og:type': website
'og:title': 'Title'
'og:image': 'https://asfaltavimas.eu/home/_contact/frezuotas-asfaltas-bw.jpg'
'og:image:type': image/jpeg
'og:image:width': '1800'
'og:image:height': '1201'
'og:author': author.eu
aura:
metadata: { }
pagetype: website
image: frezuotas-asfaltas-bw.jpg
---
Some text
Grav 1.7.2.3
Form Plugin v. 5.1.2 with filled recaptcha keys

So, I don't have any thoughts what could case this problem...
