1. Hiding fields
It is now possible to hide lookup fields to allow the users only enter data on particular fields. This can be very useful if you use a lot of JavaScript on your main campaign as well. To hide a field
<syntaxhighlight lang="javascript">
document.getElementById('tableid_7').style.display = 'none';
</syntaxhighlight>
2. Validation of input