I have 2 problems at the moment. I bought a template and am trying to integrate it into a rails app.
First problem:
I’m having trouble with the jquery tools form validations. The validation is not working. When you click the submit button, it just shows the input’s value where the validation message should be. Also, even though the required fields are filled in, it still won’t let me submit the form.
If you go to this link – , you can try and edit the data to see the valiation errors.
Second problem:
If you go to this link – , you can see that the avatar and “Edit info” button are hanging through the gray background. How can i get that gray background to fully encapsulate the avatar icon?
The problem is in your validation script only.,
Please refer the following location :
To see it in action http://jsbin.com/uwuqul/1/edit
I did three changes in your codings those are,
(1). I have changed the Validator Script
(2). For Email validation, we need to change the type in email field,like
(to)
(3). Adding Style in validator script
I think this may help you resolve your problems.