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.