Get post meta for page with form
-
Hi there!
This may be a simple solution but I’m having a hard time figuring out how to insert a field that is generated dynamically by another plugin into the contact form.
It’s a custom field that I am calling with the page template using the following:
<?php echo get_post_meta( $post->ID, 'tenant_email_address', true ); ?>
How would I put that into the contact form that is on the same page so that my contact form sends an email using data that is stored in the post meta?
Thanks so much!https://www.ads-software.com/plugins/contact-form-7-dynamic-text-extension/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Get post meta for page with form’ is closed to new replies.