Changes

Styling a form in bxp

521 bytes added, 17:53, 27 September 2017
Form Elements
|-
|}
 
 
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 =
7,528
edits