I have 2 questions related to an issue where it seems a form with a required fie

I have 2 questions related to an issue where it seems a form with a required field was somehow submitted with blank information:

1) Is it possible for required form on a field to actually allow the form to be submitted with blank information?
2) Is it possible for a CDT to fail to save an array?

Again, I am not sure how this happened, but it looks as though a user submitted a form with required fields, without actually filling in the fields. I have the process still in memory, and cannot see what would have allowed this behavior. This has never happened before, but I wanted to try and find out how this may have happened....

OriginalPostID-77259

OriginalPostID-77259

  Discussion posts and replies are publicly visible

Parents
  • 1) It is not possible for OOTB - Required Field feature to be able to submit the form without having entered value(s) for it(them). Unless we are designing the required capability using a gateway.
    2) I did not quite get your question on the CDT, but if you mean that
    a) can an array of CDT be saved then yes it can be
    b) can a CDT having multiple fields be saved, then yes it can be.
    c) can a CDT with multiple fields and out of those fields some of them are array, then yes they can be saved

    Also can you let us know if the behaviour is consistent when you use the same data for submission again? Also which component is not behaving the way you want it to be like a text field or a date field or ...?
Reply
  • 1) It is not possible for OOTB - Required Field feature to be able to submit the form without having entered value(s) for it(them). Unless we are designing the required capability using a gateway.
    2) I did not quite get your question on the CDT, but if you mean that
    a) can an array of CDT be saved then yes it can be
    b) can a CDT having multiple fields be saved, then yes it can be.
    c) can a CDT with multiple fields and out of those fields some of them are array, then yes they can be saved

    Also can you let us know if the behaviour is consistent when you use the same data for submission again? Also which component is not behaving the way you want it to be like a text field or a date field or ...?
Children
No Data