How to control fragment visibility in specific forms
Goal: Display a Fragment only in NewForm. Steps: Create a new fragment and, using the source code option, wrap your fragment into a DIV with an ID. Set the style to « display:none; ». So by default the fragment will not be displayed. Note: Don’t worry if your fragment does …