Quantcast
Channel: WordPress.org Forums » [Contact Form 7] Support
Viewing all articles
Browse latest Browse all 49500

KodeTom on "[Plugin: Contact Form 7] Make the button editable with ACF"

$
0
0

For anyone wanting to do this in future here is the solution:

Go to the contact form 7 directory > modules > submit.php

Put your ACF field in a variable like so:
$test = get_field('form_button');

And then change $atts['value'] = $value; to $atts['value'] = $test;


Viewing all articles
Browse latest Browse all 49500

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>