Jump to content

How can this code be fixed to work correctly?


Inneedoflearning

Recommended Posts

 

Hello Folks, I am working on package tracking code below but I was overwhelmed and would like you to help me get it fixed.Thanks so much in advance

 

       
   <form role="form" action="// method="get" onsubmit="return false">
       <div class="input">
           <input type="text" class="input " id="button" placeholder="Tracking Number" name="button_tracking_number" value="" autocomplete="off" maxlength="100" style="border-color: #ff4a00">
           <span class="input">
               <button class="button" id="query" type="button" onclick="return doTrack()" style="background-color: #ff4a00">Track</button>
           </span>
       </div>
       <input type="hidden" name="lang" value="en" />
       <input id="button" type="hidden" name="lang" value="" />
   </form>
 

Edited by Inneedoflearning
Link to comment
Share on other sites

  • Inneedoflearning changed the title to How can this code be fixed to work correctly?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...