Gideon So Posted March 21, 2017 Share Posted March 21, 2017 Hi, I have a field (page reference field) that allows user to choose news category. I want to show some message if the user choose certain category as a reminder. How can I do that? Gideon Link to comment Share on other sites More sharing options...
kixe Posted March 21, 2017 Share Posted March 21, 2017 You could usehttp://modules.processwire.com/modules/markup-activity-log/ http://modules.processwire.com/modules/version-control/ Link to comment Share on other sites More sharing options...
Gideon So Posted March 21, 2017 Author Share Posted March 21, 2017 Hi @kixe, Thanks for your suggestion but I am not looking for logging. I need to show some message in the backend while a user edit a page. Gideon Link to comment Share on other sites More sharing options...
Macrura Posted March 21, 2017 Share Posted March 21, 2017 @Gideon So the way that i have handled this in the past was to use an extended version of the select, which adds a data-description atttribute to the selectable items. Once you have that attribute (which would get it's value from a data-description field), then you can use jQuery to replace the description with the new value, once it is selected. these topics may be of help: 2 Link to comment Share on other sites More sharing options...
szabesz Posted March 21, 2017 Share Posted March 21, 2017 @Macrura Last link points to a forum which is not public. I wonder if you can provide more info for the rest of us. Link to comment Share on other sites More sharing options...
Macrura Posted March 21, 2017 Share Posted March 21, 2017 the last post was just how to do it in formbuilder, so not relevant, and i removed that link... 1 Link to comment Share on other sites More sharing options...
Gideon So Posted March 22, 2017 Author Share Posted March 22, 2017 Hi @Macrura Thanks for your advice. I will take a look. Gideon 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