Hello.
Their is this code for hide/show a fied.
https://formidableforms.com/knowledgebase/javascript-examples/#kb-conditionally-hideshow-a-field-based-on-the-selected-country-in-the-address-field
But it is not working with the file upload field.
also on the documentation theirs is not info on how to target that field.
I just want to show a text field when file is uploaded
i just need to know with text(code) to change.
thanks for help in advance
Why are you using JavaScript instead Formidable's conditionals? To target the field in JavaScript, use your browser's inspection to get the ID of the div wrapper to hide it.
Formidable's conditionals do not work with file upload and date fields.
There is no option to target those fields.
and i do not want to hide the field. (or maybe yes) i want to show (inhide) the field after the file is uploaded
Thanks for your response.
very nice of you.
Please login or Register to submit your answer