When I submit the form, I get the error message:
WordPress database error Unknown column 'ip' in 'field list' for query INSERT INTO `wp_frm_items` (`item_key`,`name`,`ip`,`description`,`form_id`,`created_at`) VALUES ….
Looks like the script is trying to insert into a non-existent database field. Is there a tool to rebuild the database? Or do I need to add that field manually?
Wordpress 2.9.2
Formidable 1.03.01