Jump to content

Could anybody help, my submit button is not going to the action page?


usman07

Recommended Posts

This my code....


<div id="submitbutton1"><form id="submit" name="input" action="Registered.html" method="get">
		<input type="submit" value="Submit" /> 
</form>
</div>

where is it going then?

make sure that your page is Registration.html and not registration.html, case sensitive. If the correct page is registration.html, change your form action accordingly

This my code....


<div id="submitbutton1"><form id="submit" name="input" action="Registered.html" method="get">
		<input type="submit" value="Submit" /> 
</form>
</div>

where is it going then?

make sure that your page is Registration.html and not registration.html, case sensitive. If the correct page is registration.html, change your form action accordingly

Better yet, make sure the page is Registered.html

This my code....


<div id="submitbutton1"><form id="submit" name="input" action="Registered.html" method="get">
		<input type="submit" value="Submit" /> 
</form>
</div>

where is it going then?

make sure that your page is Registration.html and not registration.html, case sensitive. If the correct page is registration.html, change your form action accordingly

Better yet, make sure the page is Registered.html

fail on my part,  :facewall:

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.