Hi,
I have setup a new blank site with PW 2.6.0 stable version.
I have created a template that has two fields, the Title and a PageTable.
The PageTable 's template contains besides the title a single Pagefield with radios plus three other fields (text or integer) that should only be shown if the right option from the Pagefield is selected. This works fine and as expected!
But the values entered into the fields do not get stored in the DB!
If I strip the showOnlyIf condition, the values get stored as expected!
With the SHowOnlyIf condition, the data isn't stored when opening the page from the PageTable-field in a modal window,
nor when selecting the page from the pagetree and open it directly for editing. ??
Is this expected behave or do I miss something?