How to Implement valtt.js
<!-- VALTT CODE START -->
<!-- START Required One Time -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://app.valtt.com/v1.2/valtt.js"></script>
<input type="hidden" id="valtt-unique-user-id" value="">
<!-- END Required One Time -->
<div id="valtt-clickwrap1"></div>
<script>
valtt1 = new valtt(
'Environment',
'Organization-ID',
'Agreement-ID',
'AgreementName',
'AgreementVersion',
'AgreementStatement',
'AgreementCompleteText',
'valtt-clickwrap1',
'Text-Class',
'Button-Class',
'Link-Class',
'Callback-Element',
'Clickwrap-Number',
'Show-Agreement-Text',
'Agreement-Text-Rows',
'Agreement-Text-Cols',
'Agreement-Text-CSS');
</script>
<div id="valtt-error-message-c1" class="small"></div>
<input type="hidden" id="Callback-Element" value="n" class="Callback-Element">
<!-- VALTT CODE END -->Switching: Test and Live
Elements Explained
Last updated