For example, I use a toggle to display explanatory text, and a text field to let users search a data tree. Neither the toggle nor the text field needs its value to be saved on submitting the form. Any ideas?
Formidable does not store empty values. Remove the values you don't want from the $_POST array in the frm_pre_create_entry hook: https://formidableforms.com/knowledgebase/frm_pre_create_entry/
Please login or Register to submit your answer