Okay
  Public Ticket #1025471
Contact Form Error - "Invalid Token"
Closed

Comments

  •  2
    manualofideas started the conversation

    I get the following error when trying to send a Contact Form with Kalium: "Invalid token. Your message couldn't be sent!"

    Any help would be greatly appreciated.  Thank you!

  • [deleted] replied

    Hi manualofideas,

    The problem is with the cache on your server.

    To fix that you just need to navigate to this folder wp-/content/themes/kalium, find the functions.php file and put this code:

    add_filter( 'lab_contact_form_skip_verification', '__return_false' );
    

    on the the end of that file.

  •  2
    manualofideas replied

    Should I do this in a child theme so that the code survives the next theme update?

    If yes, are the instructions the same, except I need to navigate to the kalium child folder to enter the code?

    Thank you very much!

  • [deleted] replied

    Hi manualofideas,

    Yes please, if you are using Child Theme theme then just add that code on the function.php file on your child theme.