Answer the question
In order to leave comments, you need to log in
How to change TV value on click?
Resources have an additional field "ratingSort" Do you want the value of this parameter to change when the button on the page is clicked on the resource?
<?php
$res = $modx->getObject('modResource',$id);
$lst = $res->getTVValue('ratingSort');
$res->setTVValue('ratingSort',$lst+1);
$res->save();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question