- This topic has 2 replies, 2 voices, and was last updated 3 years, 6 months ago by .
Viewing 2 reply threads
Viewing 2 reply threads
- You must be logged in to reply to this topic.
› Forums › Classic DFFS › Hide Custom Button
Tagged: hide button
Hi Alex,
I have been using DFFS for a while but have kept it pretty simple until recently. Now I am getting into territory that is a bit unknown.
Here is what I am looking to do. I would like to hide a custom button that I created that links to a document on my site. Only when a user selects a particular value in another field do I want the button to show.
So for example,
If field value is X show custom button
else hide
Is this an option?
You must give your custom button an ID like this:
<input type="button" id="my_custom_btn" ...
Then set up a rule triggering on your field and insert the id my_custom_btn in the Visible headings or elements textarea in the rule.
Alexander
Thank you so much… I was able to figure it out from your recommendations above. It works!!