I hope I can get this across ok, if not I will do a video
Ok so I am converting all the login tools to forms and theny styling them.
The Change Password Object from the tool box, once converted has all the fields, and one HTML Object for the .php and one HTML Object for the error message.
Code: Select all
<span style="color:#FF0000;font-family:Arial;font-size:19px;"><?php echo $error_message; ?></span>
However the other Login Tools such as, Signup and Edit Profile have an "editbox" displaying the php error code and when seen in a browser the edit box is not visable but is accessable and you can type into it.
Question can I just copy the html object from Change Password from and use in the others?
I will test this later today, as it looks like I should be able to, but I thought I should ask.
Cheers
BB
Edit 15:05: Tested the HTML change and thats working fine!
I guess my question now is, should the other error coeds be displayed in an edit box? or should they be generated in a HTML Object?
Cheers!