Help with contact form class update
I'm having trouble updating my cform class, which you built for me a few years back, to reflect the change from President Obama to President Trump as one of the Anti-Spam questions. I changed "Who is the current U.S. President?" => array ("Obama","obama","Barak Obama","Barak H. Obama","Barak Hussein Obama","Barack Hussein Obama II")
// etc. ...
to:
"Who is the current U.S. President?" => array ("Trump","Donald Trump","Donald J. Trump","Donald John Trump")
// etc. ...
but it doesn't work. It has been some time since I messed with the coding here and am obviously missing something else, but what?
Thanks in advance.