Form List
Form List
# | Name | Title | Image | Status | Action |
---|---|---|---|---|---|
<%= data.i %> | <%= data.formName %> | <%= data.title %> | <%= data.status %> | <%if(data.status=='active' || data.status=='active') {%> <% } else {%> <% } %> |
Sorry! No Result Found
We did not find any contact us for you.
Showing
<% if (((currentPage - 1) * pageSize) + 1 == listCount) { %>
<%= listCount %>
<% } else { %>
<%= ((currentPage - 1) * pageSize) + 1 %> to <%= currentPage == pageCount ? listCount : (currentPage * pageSize) %>
<% } %>
of <%= listCount %> entries
<% if (currentPage > 1) { %>
<% } else { %>
<% } %>
<% for (var i = 1; i <= pageCount; i++) { %>
<% if (i >= currentPage - 2 && i <= currentPage + 2) { %>
<% } %>
<% } %>
<% if (currentPage < pageCount) { %>
<% } else { %>
<% } %>
<% } %>