Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Logic Mal Function #624

Closed
tomcatcw1980 opened this issue Nov 21, 2024 · 2 comments
Closed

[BUG] Logic Mal Function #624

tomcatcw1980 opened this issue Nov 21, 2024 · 2 comments
Assignees

Comments

@tomcatcw1980
Copy link

Describe the bug
I have the following problem: I have a multi-section input in my form. The following inputs are possible:

Option A Send print catalogue
Option B xyz
Option C xyz
Option D xyz

As soon as option A, send print catalogue is selected, the input fields street, house number, postcode, city and country should be displayed and filled in as mandatory fields. If option A is not selected, the above address fields should not be displayed and should not have to be filled in.

The display depends on the selection of option A, i.e. the fields are generally not displayed and appear when option A is selected. This works.

The error is now as follows: If you do not select option A, but one or more of the other three options, an error is still displayed when the form is sent, stating that the address fields must be filled in.

To Reproduce
See Screenshots how the logic is configured.

Expected behavior
I would expect that the error for filling in the address data is only displayed if option A (send print catalogue) has been selected in the multi-option input. As soon as only one or three of the other options are selected, it should be hidden (works), but only optionally.

Screenshots

Displayed error:

Screenshot 2024-11-21 121259

Configured logic:

Screenshot 2024-11-21 121411

Environment (please complete the following information):

  • Envionement: Docker
  • Browser: Chrome, but always tested in Edge and Firefox with same behaviour
  • OpnForm Version: latest
@JhumanJ
Copy link
Owner

JhumanJ commented Dec 30, 2024

Should be fixed!

@JhumanJ JhumanJ closed this as completed Dec 30, 2024
@tomcatcw1980
Copy link
Author

tomcatcw1980 commented Jan 6, 2025

Sorry, but still doesn't work. Latest app version pulled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants