Hey i bought a lifetime license but can’t get priority support.
I am working on a site and the widget seems to work however the field data is not being past
Below is my code
<!doctype html>
<html>
<head>
<meta charset=”utf-8″>
<title>Untitled Document</title>
</head>
<body>
<h3>Details</h3>
<?php the_field( ‘type’, $acfw ); ?>
<?php the_field( ‘manufacturer’, $acfw ); ?>
<hr>
<?php the_field( ‘name’, $acfw ); ?>
<?php the_field( ’email’, $acfw ); ?>
<hr>
<h4>Willing to Spend</h4>
<?php the_field( ‘price’, $acfw ); ?>
</body>
</html>
The only thing i can think of is in ACF Pro i have the custom fields appearing in my post OR your widget.
Idea’s
Matt