White_Lily Posted January 24, 2013 Share Posted January 24, 2013 Okay, I put the files you need into a .zip folder for you: http://janedealsart.co.uk/template/uploads/51015b6445b3c.zip Link to comment https://forums.phpfreaks.com/topic/273531-login-form-text-help/page/2/#findComment-1407959 Share on other sites More sharing options...
ianhaney Posted January 24, 2013 Author Share Posted January 24, 2013 Thank you so much really appreciate it Link to comment https://forums.phpfreaks.com/topic/273531-login-form-text-help/page/2/#findComment-1407960 Share on other sites More sharing options...
White_Lily Posted January 24, 2013 Share Posted January 24, 2013 if theres anything missing or your having problems with implementation, just pm me Link to comment https://forums.phpfreaks.com/topic/273531-login-form-text-help/page/2/#findComment-1407961 Share on other sites More sharing options...
ianhaney Posted January 24, 2013 Author Share Posted January 24, 2013 need bit of help, I will pm you now Link to comment https://forums.phpfreaks.com/topic/273531-login-form-text-help/page/2/#findComment-1407963 Share on other sites More sharing options...
ianhaney Posted January 24, 2013 Author Share Posted January 24, 2013 sent you a couple of pm's White Lily Link to comment https://forums.phpfreaks.com/topic/273531-login-form-text-help/page/2/#findComment-1407965 Share on other sites More sharing options...
ianhaney Posted January 24, 2013 Author Share Posted January 24, 2013 Hi White Lily The login button only works when I put in the form coding part again but if I comment it out, the login button don't work Any ideas Link to comment https://forums.phpfreaks.com/topic/273531-login-form-text-help/page/2/#findComment-1407986 Share on other sites More sharing options...
White_Lily Posted January 24, 2013 Share Posted January 24, 2013 the submit button code should look something like this: <input type="submit" name="login" value="Sign In" id="login" onclick="validLogin()" /> or: <button type="submit" name="login" id="login" onclick="validLogin()">Sign In</button> Link to comment https://forums.phpfreaks.com/topic/273531-login-form-text-help/page/2/#findComment-1408015 Share on other sites More sharing options...
ianhaney Posted January 25, 2013 Author Share Posted January 25, 2013 Hi, I changed the coding for submit button to <input type="submit" name="login" value="Sign In" id="login" onclick="validLogin()" /> It work's but I have to leave the form coding part in and also when logged in, it is coming up with the pop up box for some reason, I sent you a private message with the form coding Ian Link to comment https://forums.phpfreaks.com/topic/273531-login-form-text-help/page/2/#findComment-1408121 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.