Can we do php operation on field’s value of custom widget
-
Thanks for the great plugin
We created a custom widget with fields “title” and “number”
Is it possible to do PHP operation on value of field
for eg: I have a field named “Number” i.e {{number}}
so base one the value of<span class="title1">{{title}}</span> <br> {{number}} <br> {{text}} <br> <?php $x = 8*{{number}}; echo $x; ?>
I see that normal PHP operation like following works
<?php $x = 8*3; echo $x; ?>
But problem is when we want to do operation on value of field
SO is it possible?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Can we do php operation on field’s value of custom widget’ is closed to new replies.