Quantcast
Channel: contact form 7 – WordPress.org Forums
Viewing all articles
Browse latest Browse all 9540

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 9540

Trending Articles