Need to remove tabs from NewForm.aspx

Forums General discussion Need to remove tabs from NewForm.aspx

Viewing 3 reply threads
  • Author
    Posts
    • #11518
      Adamya Kant
      Participant

      I need to remove tabs in NewForm of the list but want to retain it in EditForm and DispForm

      Can you please help me how to do this?

    • #11520
      Alexander Bautz
      Keymaster

      If you have only one tab in your NewForm and want to hide the tab “button” – add this code to the Custom CSS:

      #tabWrapper, div.dffsTabRow{
       	display:none; 
      }

      Alexander

      • This reply was modified 7 years, 10 months ago by Alexander Bautz. Reason: fixed wrong instruction
    • #11522
      Adamya Kant
      Participant

      Thanks Alex… It worked for me when I kept the script in custom CSS section.

    • #11544
      Alexander Bautz
      Keymaster

      Sorry about the typo – I’m glad you figured out to put it in Custom CSS and not Custom JS.

      Alexander

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