Code
An input field, unlike Text String, that can be used for specific scenarios where users needs to input elaborate pieces of code
A Code input is great for when you need to give the user flexibility to write elaborate pieces of code. This could be things like complex ESP code that wouldn't otherwise be able to be made flexible enough with Selects and Text Strings. It's important to stress caution of implementing these types of inputs as it can defeat the purpose of having a Drag&Drop editor in the first place.
Works great for:
Complex ESP code
Code Blocks
Template Editor
When creating a new Code input, you will be able to insert some default code along with any Hints you may want to inform the user about.

Email Editor

Last updated