|-
|}
If you want to hide just the red contact history line that appears on existing records you can use the following in the JavaScript onLoad of the form
<syntaxhighlight lang="javascript">
if ( document.getElementById('trFormHead_PreviousContactDateTime') ) { document.getElementById('trFormHead_PreviousContactDateTime').style.display='none'; }
if ( document.getElementById('tdFormHead_PreviousContactDateTime') ) { document.getElementById('tdFormHead_PreviousContactDateTime').style.display='none'; }
</syntaxhighlight>
Next are the questions
= Form Questions =