I'm displaying a data tree and want it to be filtered dynamically as the user types into a search field. The filtering itself works, but how can I detect when the search field contents change? I have trawled up many suggestions involving Formidable, or independent of it, and (for me anyway) none of them works. What am I missing, I wonder?
You'll need to use the jQuery change method for that. I also suggest you look into Datatables which will give you that feature automatically.
<p>Thanks Rob, I just cracked it. I did not know that the field ID format is 'field_\<key\>' !</p>
Yup, you can see that here - https://formidableforms.com/knowledgebase/javascript-examples/#sts=Fields
Please login or Register to submit your answer