reset password
Author Message
wevanw
Posts: 25
Posted 21:35 Apr 25, 2015 |

Does anyone know how to Display Error Message under Input Field ?

My error messages keep displaying above the input field.

Thank you.

Last edited by wevanw at 21:45 Apr 25, 2015.
clarenceann
Posts: 16
Posted 21:38 Apr 25, 2015 |
Your going to need to have if statements that display a different form that includes a check if the form was submitted and the field is wrong then display this message
wevanw
Posts: 25
Posted 21:46 Apr 25, 2015 |
clarenceann wrote:
Your going to need to have if statements that display a different form that includes a check if the form was submitted and the field is wrong then display this message

Oh okay. And do you know how to display errors under the input fields? 

Thank you very much 

clarenceann
Posts: 16
Posted 21:53 Apr 25, 2015 |
If you want to display underneath you put the message underneath your input feild. It will display whatever you have in the order you have it so if you have the error on top of the input field it will show on top if you want it on the bottom you put it underneath the feild
clarenceann
Posts: 16
Posted 21:54 Apr 25, 2015 |
Hope that answered your question.
wevanw
Posts: 25
Posted 21:55 Apr 25, 2015 |
clarenceann wrote:
If you want to display underneath you put the message underneath your input feild. It will display whatever you have in the order you have it so if you have the error on top of the input field it will show on top if you want it on the bottom you put it underneath the feild

Ohoh got it! im so stupid. thank you again Clarenceann