• Resolved rpersonal2

    (@rpersonal2)


    Okay here is the deal. This plugin almost works the way I need it to but I am missing something. I am using Types & Views plugin. I have a contact form on each post page and I am pulling custom fields related to a custom post type. Such as “marketing tagline”, and “contact-email”.

    So the “Types” shortcode is “[wpv-post-title]”
    I then remove the brackets and insert as follows:

    [dynamichidden dynamichidden-project “wpv-post-title”]

    However, the shortcode for types for email is this:
    [types field=”contact-email”][/types]

    And so when I remove the brackets (even just the 1st and last) it gives me an error.

    Any thoughts how to fix this other than removing the types program?

    thanks,

    rpersonal

    http://wordpress.org/extend/plugins/contact-form-7-dynamic-text-extension/

Viewing 1 replies (of 1 total)
  • Thread Starter rpersonal2

    (@rpersonal2)

    Okay I resolved it. Instead of calling the formatted data through -[types field=”contact-email”][/types]

    Instead call the raw data through the following: [wpv-post-field name=”wpcf-contact-email”]

    So when using the “contact Form 7 dynamic text extension” plugin type it like this (remember to use single quotes instead of double):

    wpv-post-field name=’wpcf-contact-email’

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Fields with Types & Views’ is closed to new replies.