Form with required fields - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Form with required fields (/thread-4168.html) |
Form with required fields - Comograma - 05-20-2024 Hi have a form with several fields (TIWBSInputs) which are mandatory/required. So, I set required property to true for those fields. When I submit the form, it should receive messages on the inputs that are empty, but no go. Can anyone give a simple example on how this should be? I'm using Bootstrap 3. RE: Form with required fields - Alexandre Machado - 06-04-2024 You are submitting them using async events, is that correct? I'll need to check IWBSInputs submit code and get back to you RE: Form with required fields - Comograma - 06-05-2024 (06-04-2024, 07:06 AM)Alexandre Machado Wrote: You are submitting them using async events, is that correct? Yes I am!! RE: Form with required fields - Alexandre Machado - 06-11-2024 The same issue happens when using IWEdit components and Async events. This is somehow a historic behavior and just changing this would possibly break existing applications. In case of IWBSInputs it is easier to change it. Anyway, it will need some refactoring and some new properties. I'll get back to you on this in a few days. |