Created a type with:
- a textarea field as required
- multilevelselect
- single image field
and other fields
If the user forgets to fill the textarea and press Submit, the page is reloaded with error "textarea field is required" and multilevelselect and single image field looses values
I believe the problem here is that the textarea field validation error does not appear in red ajax popup near the field, instead it makes the page reload and causes the problem?
If needed i can provide access to live example.
Created a type with:
and other fields
If the user forgets to fill the textarea and press Submit, the page is reloaded with error "textarea field is required" and multilevelselect and single image field looses values
I believe the problem here is that the textarea field validation error does not appear in red ajax popup near the field, instead it makes the page reload and causes the problem?
If needed i can provide access to live example.