Where on the site do you have the form having the issue?
All forms on the website have the same problem
here are two different forms for testing: with an without “radio”
http://rootscamp.at/testbuchungsformular/
send has a time out, but is writing in the contact db
here are offical forms
http://rootscamp.at/verein/buchung-kinderferiencamp/
http://rootscamp.at/verein/anfrage/
we are using PHP 8.1
ciAo andreas
<p>Absender *<br />
[text* absender] </p>
<p>Ihre Telefon *<br />
[text* tel] </p>
<p>Ihre E-Mail *<br />
[email* email] </p>
<p>Woche *
[select* termin
“03.07. bis 07.07.”
“10.07. bis 14.07.”
“17.07. bis 21.07.”
“24.07. bis 28.07.”
“31.07. bis 04.08.”
“07.08. bis 11.08.”
“14.08. bis 18.08.”
“21.08. bis 25.08.”
]</p>
<p>Name und Alter der Kinder *<br />
- [text* name1 “name”] [text* alter1 4/ “alter”]
- [text name2 "name"] [text alter2 4/ "alter"]
- [text name3 "name"] [text alter3 4/ "alter"]
- [text name4 "name"] [text alter4 4/ "alter"]
</p>
<p>Freiwillige Spende <small>Info</small>
[radio spende default:2 “€ 370,-” “€ 390,-” “€ 410,-“]</p>
<p>Ihre Nachricht<br />
[textarea message x3]</p>
<p>[checkbox* agb “Ich habe die unten stehenden AGB’S gelesen und akzeptiert”]</p>
[captchac captcha-915 size:m] Bitte diese Buchstaben in das Feld unterhalb eintragen
[captchar captcha-915 5/]
<p>[submit “Buchung abschicken”]</p>
What other plugins and theme do you use on the site?
PlugIns
Contact Form 7
Contact Form DB
Limit Login Attempts
NextGEN Gallery
Really Simple CAPTCHA
WP Mail SMTP
WP Multilang
Theme
selfmade
@andreasfox Hey!
are you also facing same issue like after selecting an option from select box it still says field is required?
I tested all variants.
the problem only appears with select, dropdown, checkbox and radio. whether required or not.
Try switching to the default theme and deactivating all plugins excluding Contact Form 7, Really Simple CAPTCHA, and WP Mail SMTP.
Why you are advised to deactivate plugins and switch to the default theme.
i deactivated all plugins step by step.
now i know:
Contact Form DB is the trouble shooter