Comments 2manualofideas started the conversationJanuary 18, 2017 at 1:55amI 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] repliedJanuary 18, 2017 at 12:56pmHi 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. 2manualofideas repliedJanuary 18, 2017 at 2:16pmShould 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] repliedJanuary 19, 2017 at 11:36amHi manualofideas, Yes please, if you are using Child Theme theme then just add that code on the function.php file on your child theme. Sign in to reply ...
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!
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:
on the the end of that file.
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!
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.