Quendian Posted June 12, 2009 Share Posted June 12, 2009 When I click submit, it doesn't send me to the correct place. My form: <form method='post' target='password.php?target=edit&action=2'> Password: <input type='password' name='password'><br> New Password: <input type='password' name='new'><br> Confirm: <input type='password' name='confirm'><br> <input type='submit'></form> Link to comment https://forums.phpfreaks.com/topic/161929-solved-form-not-sending-to-target/ Share on other sites More sharing options...
ToonMariner Posted June 12, 2009 Share Posted June 12, 2009 where does it send you? (PS HATE to see single quotes for attribute values in markup us " instead please ) Link to comment https://forums.phpfreaks.com/topic/161929-solved-form-not-sending-to-target/#findComment-854380 Share on other sites More sharing options...
Quendian Posted June 12, 2009 Author Share Posted June 12, 2009 where does it send you? (PS HATE to see single quotes for attribute values in markup us " instead please ) It just refreshes the page. Link to comment https://forums.phpfreaks.com/topic/161929-solved-form-not-sending-to-target/#findComment-854391 Share on other sites More sharing options...
PFMaBiSmAd Posted June 12, 2009 Share Posted June 12, 2009 target= is not a form attribute. It's action= Link to comment https://forums.phpfreaks.com/topic/161929-solved-form-not-sending-to-target/#findComment-854435 Share on other sites More sharing options...
Quendian Posted June 12, 2009 Author Share Posted June 12, 2009 target= is not a form attribute. It's action= Of course. Thank you. Link to comment https://forums.phpfreaks.com/topic/161929-solved-form-not-sending-to-target/#findComment-854440 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.