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

submitForm ListcheckboxField doesn't work #4

Open
katarzynapawelczak opened this issue Jul 12, 2021 · 0 comments
Open

submitForm ListcheckboxField doesn't work #4

katarzynapawelczak opened this issue Jul 12, 2021 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@katarzynapawelczak
Copy link

submitForm(input: {formId: 1, data: [
{id: 1, value: "Julius"},
{id: 2, value: "julius@test.com"},
{id: 3, value: "Hello there"},
{id: 4, value: "[one,three]"}
]})

The 4th field is a list checkbox field. And I can't save data from this field through fetch API (graphql mutation through fetch api call). I have seen that Ninja Forms sends string array for this type of field, so I tried to recreate it.

@toriphes toriphes added bug Something isn't working help wanted Extra attention is needed labels Aug 30, 2021
@Demiduska Demiduska mentioned this issue Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants