Solution to the problem that input in form cannot be submitted when disabled

Solution to the problem that input in form cannot be submitted when disabled
I wrote a test program before, in which adding and modifying are written together. When I need to use modification, an input box is used in the form, and the disabled attribute is not set. Later, when I need to connect with the front-end written by others, because the id cannot be modified, the other party sets a

Copy code
The code is as follows:

Task ID: <input type="text" name="taskId" disabled="disabled">

Seeing that all the SQL statements sent were insert, I struggled for a while and found that there was something wrong with the disabled attribute. I asked Teacher Gu and found an article in Baidu Space titled "How to submit the value of a disabled form field in a form". I realized that this would cause the submission to fail. The solution is the following reply from @trocebao.

The rookie has learned some new tricks. Well, I'll record them for future reference.

<<:  Detailed steps for Linux firewall configuration (based on yum warehouse configuration)

>>:  17 JavaScript One-Liners

Recommend

Install MySQL 5.7 on Ubuntu 18.04

This article is compiled with reference to the My...

Summary of the differences between count(*), count(1) and count(col) in MySQL

Preface The count function is used to count the r...

Various types of MySQL indexes

What is an index? An index is a data structure th...

mysql5.7.20 installation and configuration method graphic tutorial (mac)

MySQL 5.7.20 installation and configuration metho...

Html sample code for reading and displaying pictures in a local folder

One purpose Select a local folder on the Html pag...

Teach you how to install mysql database on Mac

Download MySQL for Mac: https://downloads.mysql.c...

Docker's flexible implementation of building a PHP environment

Use Docker to build a flexible online PHP environ...

Detailed explanation of scheduled tasks for ordinary users in Linux

Preface Ordinary users define crontab scheduled t...

Zen coding resource update function enhancement

Official website: http://code.google.com/p/zen-cod...

Detailed explanation of how to use the canvas operation plugin fabric.js

Fabric.js is a very useful canvas operation plug-...

Solution for adding iptables firewall policy to MySQL service

If your MySQL database is installed on a centos7 ...

Tomcat first deployment web project process diagram

Put your own web project in the webapps directory...

How to delete an image in Docker

The command to delete images in docker is docker ...

Detailed explanation of nginx upstream configuration and function

Configuration Example upstream backend { server b...