seandakid Posted October 26, 2011 Share Posted October 26, 2011 First, thanks for any help with this issue. I have a form on a website that is posting an error message within one of the input fields. I am not sure why. I believe it was working before. This form has 3 text fields. If one of these empty, it should say that there is information required. It looks like it is throwing the html code into the top box. The code is (<h3><font color="red">All fields are required.</font></h3><br />) Wondered if anyone would have an idea why this would happen. Thanks for your time. -Sean [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/249864-error-message-showing-up-in-input-field/ Share on other sites More sharing options...
requinix Posted October 26, 2011 Share Posted October 26, 2011 I think you've described why it's happening correctly: the HTML is going into the wrong place. Open up that one file over there, go to this line, make these edits, and you should be fine. Quote Link to comment https://forums.phpfreaks.com/topic/249864-error-message-showing-up-in-input-field/#findComment-1282516 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.