XF 2.1 Why is the first hidden input value being populated with a random token value?

asprin

Active member
In my template, I've the following code:

1653921981526.webp

Upon loading the page, I get the following in the inspect element:

1653921945200.webp

If I rearrange the order of the hidden inputs:

1653922029609.webp

The inspect element shows this:

1653922081858.webp

So I assuming for some reason the first hidden input that XF finds, it is replacing it with what looks like a _xfToken token value.

Any particular reason why it's behaving this way and how to avoid it?
 
Top Bottom