Toggle hide fields/headings Home › Forums › Classic DFFS › Toggle hide fields/headings This topic has 3 replies, 2 voices, and was last updated 6 years, 8 months ago by Bryan Waldrop. Viewing 3 reply threads Author Posts February 21, 2018 at 22:49 #19965 Bryan WaldropParticipant I would like to write a function to conditionally hide show fields and headings rather than write multiple rules. I see that it is possible to unhide,true/false tabs but is there a ways to call fields and headings? February 22, 2018 at 22:10 #19975 Bryan WaldropParticipant I figured out the field: $(spjs.dffs.fields[“HRR_x0020_Refresh”]).show(); Still having trouble figuring out the same for heading. February 23, 2018 at 10:27 #20001 Alexander BautzKeymaster If you use the dev tools (right click > inspect) you can find the ID of the heading . In general, it has ID in this format: jQuery("#dffsHeading_YOUR_HEADING_UNIQUE_ID").show(); Change “YOUR_HEADING_UNIQUE_ID” with your heading unique id from DFFS backend. Alexander March 8, 2018 at 21:17 #20092 Bryan WaldropParticipant Thank you! Author Posts Viewing 3 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In