Page 1 of 1
Form validation on Tabs obejct
Posted: Tue May 14, 2024 5:38 pm
by Humberto
Hi,
I'm having the strangest issue with form validation.
I've a Tab object and inside some editbox's. When submiting the form the validation doesn't work. If a move the same objects outside the Tab object the validation works like a charm.
Can someone help me with this issue?
Thanks
Re: Form validation on Tabs obejct
Posted: Tue May 14, 2024 5:51 pm
by BaconFries
Without actually see what you have done it is difficult to say. If you need help please provide a "Demo" (.wbs)
See the following:
How do I share my project to get help?
Re: Form validation on Tabs obejct
Posted: Tue May 14, 2024 5:53 pm
by Pablo
I cannot say for sure if tabs do support validation. To be able to help you I need to see the structure of the form.
Re: Form validation on Tabs obejct
Posted: Tue May 14, 2024 6:09 pm
by Humberto
Thanks to all that replay,
If a put the editbox inside the Tab object the code for validade the form is not present on the HTML of the page. Normaly a function with the name"submitname_of_the_form" is created on document.ready() but not if objects are inside the Tab object. Maybe the Tab object, like Pablo says, doesn't support validation of the objects.
I could provide an exemple, but you have to modify the project to see what i mean.
Thanks.