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 Quote 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 Quote 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 Quote 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 Quote 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 Quote 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 Quote 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> Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.