Hi all,
This is what i have:
But I have a strange error, when a user pressed the Enter key in an input field this is happening:
Is there any fix so the input fields will stay in place when a user pressed the enter key.
I know there is a JavaScript trick to disable the enter key but I don't wan't to disable it.
Thanks in advance
Regards,
If you mean the inputboxes mess up your screen, this is because the validation messages do that. Put your inputboxes inside containers with fixed width (2 col for example).
If you mean your screen gets validated: this is because you have set your button as default.