Change Log
Here you will find changes made to the valtt.js code and any changes in how to use it.
- Ability to have show the Agreement text in a box above the Agree button.
- Added four new arguments to the main Valtt object creation:
- Show Agreement: "y" or "n"
- Agreement Rows: # of rows for the textarea height
- Agreement Columns: # of columns for the textarea width
- Agreement CSS: CSS to use in the textarea tag
- Updated URL for the valtt.js file > https://app.valtt.com/v1.2/valtt.js
- Ability to have multiple clickwraps on the same page.
- Updated URL for the valtt.js file > https://app.valtt.com/v1/valtt.js
- To save test or live data, simply pass in the environment "test" or "live" when valtt is instantiated. See the code snippet.
- jQuery is now required as a JavaScript source tag at the top of the code snippet. Before it was added automatically by the valtt.js code. If your page already includes it, you can remove this line.
- Ability to save to test or live data.