Showing fields in the theme

This topic contains 5 reply and 3 voices, and was last updated by Sk 9 years, 10 months ago
Viewing 5 Posts - 1 through 5 (of 5 total)
Author Posts
June 22, 2014 at 8:46 pm 22301
Sk Hello! Using your indications ID, 'address', true ); ?> how can I display on the frontend theme fields like: custom_taxonomies & HTML field. Thank you for your time. Hope to hear from you soon. All best.
June 23, 2014 at 1:31 pm 22324
Mahi Mahi

Hello Bruno,

Not quite sure about your question. can you please elaborate more?

June 24, 2014 at 12:46 am 22345
Bruno Bruno

Hi Mahi, thanks for your feedback.

When creating a form and including the form element HTML, on the section “Others”, it doesn’t have the Meta Key value. How can I identify it on the template? i.e.: ID, ‘video’, true ); ?>

Hope to hear from you soon.

All best.

June 24, 2014 at 1:45 pm 22366
Sk Sk

Hello Bruno,

WPUF save all data in one meta “wpuf_form“.

you could use

<?php $form_meta = get_post_meta( $post->ID, ‘wpuf_form’, true ); ?>

$form_meta will be an array. you could get the HTML value from it.

Thank you.

June 24, 2014 at 5:34 pm 22373
Bruno Bruno

Hi there!

I’ve tried ID, ‘wpuf_form’, true ); print_r($form_meta)?>
but nothing have been displaying on the front-end.

I’m I doing anything wrong?

Hope to hear from you soon.

All best.

June 24, 2014 at 8:39 pm 22382
Sk Sk

Please check the $post->ID. Maybe you write the code where $post->ID is not the form ID. If this is so please input the ID manually. you could get the form id from it’s short code

Thank you.

Viewing 5 Posts - 1 through 5 (of 5 total)