using advanced custom fields, formulas not working
-
I tried to make a very simple table and want to test formulas is working or not if I use advanced custom fields. It seems there is some error.
Here is the table that I created:
A1=<?php the_field(‘test1’); ?>
A2=<?php the_field(‘test2’); ?>
A3=A1+A2Tablepress return me an error message: !ERROR! A3 does not contain a number or expression
Any body know how to fix it? Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘using advanced custom fields, formulas not working’ is closed to new replies.