How to limit records when previewing a Blocks Badge product

Modified on Mon, May 27, 2019 at 12:18 PM

Use the following code to limit the number of records to preview. Both lines are required.

^<span id='blockNote'></span>
<script>
$(function() {
$("#inputFrom").attr("value","1");
$("#inputTo").attr("value","5");
});
</script>


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article