Arctic Posted January 24, 2022 Share Posted January 24, 2022 <div edit='4302.title,4302.link,4302.text'>edit</div> I have a page with a list of other pages, and I'd like to make certain fields on each page front-end editable in a single dialog window (in this example, only title, link and text). However, in this example I only get the title field when I click edit. Is there a way to do this? Thanks! Link to comment Share on other sites More sharing options...
Robin S Posted January 25, 2022 Share Posted January 25, 2022 You could use Option C: https://processwire.com/docs/front-end/front-end-editing/#option-c-html-edit-tags <edit field="title,link,text" page="4302"> ... </edit> Link to comment Share on other sites More sharing options...
Arctic Posted January 25, 2022 Author Share Posted January 25, 2022 Thanks! Unfortunately, that doesn't work. If there's more than one field it ignores the page attribute and looks for them in $page instead. It does work with a single field, though. Edit: Hold on, that does seem to be working now. Weird. Thanks! 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