This script hides the running Total under Allocation Grids.
Note:
- This script only works on desktop with allocation grids. It does not work on mobile or for Allocation Sliders.
Detailed Steps
Add the Allocation Grid:
- Click on the Questionnaire tab of your survey.
- Add an Allocation Grid and add at least one row to the Allocation Grid.
Insert HTML code:
- Click on the Allocation Grid question.
- Right-click and choose Edit Scripts...
- Copy and paste the HTML code below into the Style tab.
- Click Save.
- Click Validate.
HTML code:
<!-- Script Name: How do I hide the running total in an allocation Grid? To ensure your script works as expected, always copy the original script from the script library found in the support portal. Failure to use the most up to date script from the script library may cause unexpected results. --> <style> .ResponseAllocGridTotalInput, .ResponseAllocGridTotalLabel { display: none; } </style>
More Information
Read this Web Help article for more information on Allocation Grids.
Comments
0 comments
Article is closed for comments.