• In Outgoing values I am not seeing all of my Contact form 7 fields. I want to use “WP Webhooks – Contact Form 7” to create new record in “Airtable” with Integromat.

    Bellow is what is listed under “Outgoing values”, and there are no form fields that are created in cf7. Please let me know what am I doing wrong. Thank you ??

    Array
    (
    [form_id] => 1
    [form_data] => Array
    (
    [ID] => 1
    [post_author] => 1
    [post_date] => 2018-11-06 14:19:18
    [post_date_gmt] => 2018-11-06 14:19:18
    [post_content] => THE FORM CONTENT
    [post_title] => My form
    [post_excerpt] =>
    [post_status] => publish
    [comment_status] => open
    [ping_status] => open
    [post_password] =>
    [post_name] => my-form
    [to_ping] =>
    [pinged] =>
    [post_modified] => 2018-11-06 14:19:18
    [post_modified_gmt] => 2018-11-06 14:19:18
    [post_content_filtered] =>
    [post_parent] => 0
    [guid] => https://mydomain.dev/?p=1
    [menu_order] => 0
    [post_type] => wpcf7_contact_form
    [post_mime_type] =>
    [comment_count] => 1
    [filter] => raw
    )

    [form_data_meta] => Array
    (
    [my_first_meta_key] => MY second meta key value
    [my_second_meta_key] => MY second meta key value
    )

    [form_submit_data] => Array
    (
    [your-name] => xxxxxx
    [your-email] => xxxxxx
    [your-message] => xxxxxx
    )

    [special_mail_tags] => Array
    (
    [custom_key] => 123
    [another_key] => Hello there
    )

    )

Viewing 1 replies (of 1 total)
  • Plugin Author Ironikus

    (@ironikus)

    Hey @pjerka – thank you a lot for your message! ??
    The example you have sent over within your last message, is from the demo request, correct?
    If so: I suggest you make a life try using your contact form since the “Send Demo” link only uses a static payload to show you the general structure.
    I hope that makes sense and I’m case you have further questions, feel free to let me know. ??

Viewing 1 replies (of 1 total)
  • The topic ‘cf 7’ is closed to new replies.