html - How can we manipulate elements value in browser forms? -


How can we manipulate the element values ​​in browser forms.

I have a signup form and I want to manipulate hidden mail data while submitting the form ... please help me.

You can use the plugin 'firebug' in your browser, in this plugin you get the source code Through which you can manipulate the elements of your sign form and you can add elements such as the hidden elements such as authenticity tokens and other hidden values ​​and you can also change the data in your form fields. Press this URL for more details:



Comments

Popular posts from this blog

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

c++ - Redefined variable in the other module -

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -