Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
Hi guys,

is it possible to make relations editable by popup inline editing? I've tried but it doesnt seem to work...
Something like this (to show functionality):

Code: Select all
<cms:popup_edit 'page_packages' link_text="Edit Packages" class="no-margin-k-inline" />
<cms:related_pages masterpage='packages.php' >
     <cms:show package_name /> |
</cms:related_pages>


Oh and I should mention that the code above is also wrapped in a <cms:related_pages> tag itself... Maybe thats the issue?

Thanks!

Laduma
Hi, @laduma, popup_edit is probably not meant for such deep things like editing relations from the front-end. However, you are welcome to put a simple databound form, which will enable you to edit relations via dropdown, or if it's a 'many' relations - then via multiselect input. Let me know if you require assistance with db-forms.
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
Allright cool trendoman and thank you! Will have a shot at the forms then...

Cheers
3 posts Page 1 of 1