Disclaimer: This site is moderated by the Formidable Forms community. Formidable Forms and its parent company Strategy11 are not responsible for the words, opinions, and content posted by others on this site. This site is provided as a courtesy and free resource for the Formidable Forms Community. Any actions deemed as harassment, toxic or abusive, will result on being banned from this site and potentially losing your Formidable Forms license.
Thanks for your cooperation, if you have any questions please
consult our code of conduct
Okay, I looked in the database and found that if a signature has not been created, a row does not exist in the frm_item_metas table. I deleted a row with a signature value in that table and that did the trick. So, now I know I can run an sql command from a php script to delete signatures. I did also find the function delete_entry_meta( $entry_id, $field_id ) in the Codex on the Formidable Masterminds site so will try that first.