Jump to content

How can I save the date in the form’s fields?


Betty_S

Recommended Posts

If you are asking about store the date in one page and pass that information to another page, then you can use hidden textbox, and then the value is passed in the URL.<form id="frm" action="nextpage.html" method="get">...........................<input type="hidden" name="hide" value="Some text down the box." />

Link to comment
Share on other sites

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...