Relative Content

Tag Archive for htmlforms

How do I display the form results?

I want to display the form results, however I found resources that uses php but I have yet to learn php and I was using a html document but I don’t know how to make it display the results

Can one input field be used by multiple forms without JavaScript?

Lets say I have a sign in form with two inputs, one for the email and one for the password. The form would have a sign in button which submits the email and password to the server to sign the user in. However, there is also a forgot password button on the page which when clicked should submit the email to the server to perform a different action like sending the reset password link to the email. In this scenario I have one input field (the email) which needs to be used by two separate forms. Is this possible to achieve somehow without the use of JavaScript?