Echo Custom Field (ACF) as Value ?
-
I’m using ACF plugin to creat price field that my client will be able to edit.
<?php the_field(‘price_car’); ?>
I would like to know if i can directly echo the price into the Drop Down Value Field ? ( Where you can set the “Choices” Text & Value – Field Settings section )
I have tried <?php echo get_field( “car_price” ) ?> directly in the Value Field doesn’t seems to work.
I’m not sure if i ma clear
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Echo Custom Field (ACF) as Value ?’ is closed to new replies.