Question

Photo of Bob Chelpka

0

Invalid form entry

Hey folks!

Can anyone tell me why we would receive an "Invalid form entry" message from the "Please enter name (Required)" field (RockFullname) in the new account entry block but not in the same field in the Contribution block? We've recently upgraded from 13.9 up to 14.4. This was not an issue prior to these updates.

  • Photo of Nick Airdo

    0

    Hi Bob , It sounds like you're seeing a field that is supposed to be hidde.  It is a hidden, rudimentary honey pot for catching bots.

    chrome_O9vWUVtMyJ.png

    If you are seeing that field, you are likely missing a few items in your website theme to hide those (for actual people):

    .rock-fullname {
        display: none !important;
        visibility: hidden !important;
    }