I'm trying to use the form to record a reservation, but the new entry is not getting written in the config file.
The plugin can read the config, I also see the entries I wrote manually, and it can also activate/deactivate an entry by commenting out the given line so it can write the file.
I was thinking, that maybe I should write the values in the form in a specific format, like instead of entering 1 in the id field, I should enter id:1, or "1". Or I should fill out all the fields. Leave the Ignore Client ID unchecked or checked. I was trying to find a combination which would work.
I'm trying to use the form to record a reservation, but the new entry is not getting written in the config file.
The plugin can read the config, I also see the entries I wrote manually, and it can also activate/deactivate an entry by commenting out the given line so it can write the file.
I was thinking, that maybe I should write the values in the form in a specific format, like instead of entering 1 in the id field, I should enter id:1, or "1". Or I should fill out all the fields. Leave the Ignore Client ID unchecked or checked. I was trying to find a combination which would work.
What am possibly doing wrong?