Juergen Posted March 8, 2016 Share Posted March 8, 2016 Hello @ all, I have discovered a problem with the new frontend editing in PW3. I use a field which is only visible under certain conditions (inputfield dependency). This makes it not working on frontend. I use the following code: <div edit="1001.myfield"> ... </div> "myfield" is only visible if another field has a specific value (dependency). In the backend "myfield" is visible because the other field has the correct value, but on the frontend the modal is empty. It seems that it doesnt check against the value of the other field. Possible but not elegant workaround would be to surround it with a fieldset and set the dependency to the fieldset. Has someone a better solution? Best regards Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now