Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

175
Views
Can I set a value to an input after submit?

I would like to know if it is possible that when submitting the form, an input has an assigned value, specifically the one written above, for example:

I have these inputs:

<form method="POST" name="ing_cod">
  <input type="text" id="code">
  <input type="submit" id="submit">
</form>

And suppose I type the code "123456". Then I press the sumbit and the form is submitted, and when the page refreshes to send another code I want the code entered before to be "123456" in the , Is it possible ?

I tried this:

if(document.ing_cod.submit()){
  var cod = document.querySelector("#code").val()
  document.querySelector("code").val(code)
}

The code sucks, but is there a way to do it? Thanks in advance.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!