Hi,
I use in GJ Groups different custom params in the following three ways:
- <input type="text" name="params[gj_custom]" class="form-control" />
- $myCustomValue = $row->params()->get( 'gj_custom' );
- Substitutions against these variables [var1_params_gj_custom]
Now I want to do mass updates on these kinds of custom GJ params. Is there a way to add or (in case gj_curstom already exist for a group) update the values of such a custumo GJ params with a SQL-query?
With kind regards, Noa