Submit form with two filed with equals value

Hello.

There is the problem. I have the form with two fields: login, password. When I input the same value such as ‘test’ in this two fields, this field will not passed while send method the the request array in php. So my question is why?

Thanks.

If you have different names for fields - they must be correctly sent to the server , their value doesn’t matter.

If issue still occurs for you - please provide any kind of sample or demo link where it can be reconstructed.

Answered to the private.

Does any news about this bug?

Problem is not related to the component, on your test page there are 2 forms - editEssenceForm, and addEssenceForm. The submit button send editEssenceForm while data is entered in the addEssenceForm

I change the source code of the page. There is only only one form on the page. And there is the same result. Only one value stored and submited.

Oh. Sorry, It was the server-code error.