Html表单重写?

I've an HTML form that is being rewritten by something. So i can't get some of the fields from $_POST. It's run by PHP 5.3 and WordPress.

Here is the original code :

<input type="text" name="edituserid" value="25">                                         
<input type="text" name="editpostid" value="940">                                        
<input type="text" name="save" value="save">

And it's transformed into this :

<input type="text" name="oyrjwmgf" value="25">
<input type="text" name="qktghnbr" value="1101">
<input type="text" name="sdzddzss" value="save">

I've other field that are not impacted and stay untouched.

I've never seen that before....

I've tried:

  • changing PHP version
  • changing name of the field
  • adding more fields

When I var_dump, I got some strange variables:

  ["xsyyblcxl"]=>
  string(0) ""
  ["eyzyho"]=>
  string(0) ""
  ["hjklfsoyu"]=>
  string(0) ""
  ["qmczoemn"]=>
  string(0) ""

… just get my variables in $_POST ... sorry for my bad english =)

Strange beheviour. Just renaming a jquery script and queuing again in WordPress and it work.

I don't understand but it worked