Hide Custom Button

Forums Classic DFFS Hide Custom Button

Tagged: 

Viewing 2 reply threads
  • Author
    Posts
    • #29880
      DebraW
      Participant

      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?

    • #29883
      Alexander Bautz
      Keymaster

      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

    • #29886
      DebraW
      Participant

      Thank you so much… I was able to figure it out from your recommendations above. It works!!

Viewing 2 reply threads
  • You must be logged in to reply to this topic.