Sorry, I didn’t get what you’re trying to accomplish… I think template variables are local, so you don’t really need to have dynamic naming for them. Just #userForm="ngForm" should work. In each iteration of your loop it will referencing the current form
What are you using? I’m confused with all the brackets. Why not { (i+1) +'/'+ totalCount } and <form #userForm{i+1}="ngForm">? I’m still new; I thought double brackets were for objects.
I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.