• Hello,

    I build a wedding invitation website where visitor can fill a form to give wedding messsage. I have this field on that form:

    full-name
    your-message

    I have also using a theme, where there is a custom page name Testimonial, with custom field name

    meta_catanis_opts

    which has array value of
    [author]
    [testimonial]

    I tried to map form field to post meta-field:
    i choose meta_catanis_opts, but I don’t know how to map the post content [your-message] to meta_catanis_opts [testimonial] and [your-name] to meta_catanis_opts [author].

    I tried searching on web, but cannot find answer…

    Can somebody help me?
    Thank you in advance. Appreciate any help!

Viewing 1 replies (of 1 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    this is possible using a filter hook mapping (see the dropdown in this video, you want to select the option ‘Hook with a filter’).

    However, if you don’t understand what is a filter and how to programmatically insert your form field into your meta-field array, you will be at a loss as to how to proceed. You need to either each yourself programming using the WordPress framework or hire a developer to do this.

Viewing 1 replies (of 1 total)
  • The topic ‘Map Custom FIeld on Existing Post Type’ is closed to new replies.