I'm posting a form using Flask and need to catch the value of a placeholder using request.form In fact, I get some values from an input and store theme all into another disabled input as placeholder.
What would be the solution?
I'm posting a form using Flask and need to catch the value of a placeholder using request.form In fact, I get some values from an input and store theme all into another disabled input as placeholder.
What would be the solution?