Atozed Forums

Full Version: Form with required fields
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
You are submitting them using async events, is that correct?

I'll need to check IWBSInputs submit code and get back to you
(06-04-2024, 07:06 AM)Alexandre Machado Wrote: [ -> ]You are submitting them using async events, is that correct?

I'll need to check IWBSInputs submit code and get back to you

Yes I am!!
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.