Form validation on Tabs obejct

Issues related to forms.
Post Reply
Humberto
 
 
Posts: 32
Joined: Thu Jul 11, 2019 3:45 pm

Form validation on Tabs obejct

Post 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 :D
User avatar
BaconFries
 
 
Posts: 5620
Joined: Thu Aug 16, 2007 7:32 pm

Re: Form validation on Tabs obejct

Post 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?
User avatar
Pablo
 
Posts: 22428
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Form validation on Tabs obejct

Post 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.
Humberto
 
 
Posts: 32
Joined: Thu Jul 11, 2019 3:45 pm

Re: Form validation on Tabs obejct

Post 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.
Post Reply