usman07 Posted January 6, 2012 Share Posted January 6, 2012 This my code.... <div id="submitbutton1"><form id="submit" name="input" action="Registered.html" method="get"> <input type="submit" value="Submit" /> </form> </div> Link to comment https://forums.phpfreaks.com/topic/254480-could-anybody-help-my-submit-button-is-not-going-to-the-action-page/ Share on other sites More sharing options...
gristoi Posted January 6, 2012 Share Posted January 6, 2012 works fine for me Link to comment https://forums.phpfreaks.com/topic/254480-could-anybody-help-my-submit-button-is-not-going-to-the-action-page/#findComment-1304824 Share on other sites More sharing options...
AyKay47 Posted January 6, 2012 Share Posted January 6, 2012 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 Link to comment https://forums.phpfreaks.com/topic/254480-could-anybody-help-my-submit-button-is-not-going-to-the-action-page/#findComment-1304862 Share on other sites More sharing options...
ManiacDan Posted January 6, 2012 Share Posted January 6, 2012 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 Link to comment https://forums.phpfreaks.com/topic/254480-could-anybody-help-my-submit-button-is-not-going-to-the-action-page/#findComment-1304902 Share on other sites More sharing options...
AyKay47 Posted January 6, 2012 Share Posted January 6, 2012 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, Link to comment https://forums.phpfreaks.com/topic/254480-could-anybody-help-my-submit-button-is-not-going-to-the-action-page/#findComment-1304909 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.