Problem: I would like to allow my Users to store a small Javascript snippet in a custom field. This snippet will be used to display a Podcast widget. Which field type is best for storing JavaScript code?
Solution: A multiple lines field type (also known as textarea) is best for storing custom code snippets like this. To enable script tags in Forms, refer to the following example.
I am trying to use the "table view loop style" but I am not finding instructions for how to use it.
Solution:
You can try to setup the view with classic editor, for example:
1) Dashboard-> Toolset-> Settings-> General, in section "Editing experience", enable option "Show both the legacy and Blocks interface and let me choose which to use for each item I build"
2) Dashboard-> Toolset-> Views, create a new view, in section "Loop Editor", click button "Loop Wizard", choose option "Table"