Approval Status Field Showing

Forums Classic DFFS Approval Status Field Showing

Viewing 2 reply threads
  • Author
    Posts
    • #20055
      Brett Ross
      Participant

      In my display form, the Approval Status field is showing as the last field on my form, even though that is not a field I can choose to add, remove, or style. There is also no unique class or id for me to use to hide the field. It appears on every tab in my display form. How do I hide/remove this field?

      Attached is a screenshot of the form, and the code.

      Thanks for your help!

    • #20061
      Alexander Bautz
      Keymaster

      What kind of list is this?

      In any case you should be able to hide it by adding this in your Custom JS:

      jQuery("a[name='SPBookmark__ModerationStatus']").parents("tr:first").hide();

      Alexander

    • #20063
      Brett Ross
      Participant

      The list is just a custom list with Content Approval turned on. But your jQuery code worked perfectly. Thank you!

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