• Not sure what is going on here, the form used to work then a couple of months ago all of a sudden you could NOT enter any text into the “Email address” field, all the other field are fine, Plus when you try and submit you get a “Critical Error”

    How would you trouble shoot this to solve the problem?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @adabob,
    It seems the email field is set to read only using filter code or in the form declaration code. You can check in either functions file or the form declaration file if find code similar to below and remove it.

    $field['disabled'] = true; 
    OR
    readonly : 1
    

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Can not enter email address into form’ is closed to new replies.