asked on March 7, 2017
I have a form with a language selection radio button. I'm changing the Field Names labels using JS
eg: $('#q261 .cf-label').text("Label Name");
I also need to change is the Page Name value.
Does anyone have a suggestion to change those Pagination Names using JS
Below are the elements displayed.
<div class="cf-pagination">
<ul class =cf-pagination-tabs">
<li page="q241 class="active">
<a href="javascript:void(0)"> Requestor Information</a>
</li)
<li page.........
0
0