Hi, i have a problem with my room reservation form at https://baeren-ranflueh.ch (switcher inside the header slideshow). In fact there are 2 forms. One is the short form with check-in, check-out and room type field. On submit the data are send to the main form which opens in a modal window. The form is protected with Recaptcha V2. According to the debugger it should work properly. On submit an admin email and user conformation email is generated and the data are saved in the DB. All tested and working fine.
Since 2 weeks I'm getting spam entries with the same pattern but allways another IP address (this field I added additionaly as a hidden field). With the emails all mandatory field are transmitted, but in the DB there only check-in and check-out data saved. All other fields are empty inkluding the hidden IP address.
The serverside validation is enabled, the validation of security field as well.
How could this happen? Any idea how to prevent this?
Kind regards Helena
Since 2 weeks I'm getting spam entries with the same pattern but allways another IP address (this field I added additionaly as a hidden field). With the emails all mandatory field are transmitted, but in the DB there only check-in and check-out data saved. All other fields are empty inkluding the hidden IP address.
The serverside validation is enabled, the validation of security field as well.
How could this happen? Any idea how to prevent this?
Kind regards Helena