downingdesign
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Thanks.
I think you are talking about https://flow.microsoft.com/en-us/connectors/shared_wordpress/wordpress/
Thank you very much.
Is there a good documentation for this? Also, can I achieve this using the free plugin
Hi,
I can access the form submission event and get all the fields data (see the code below). So if I use the plugin is there a filter or hook for me to use to call Dynamic inside this function.
add_action('addify_quote_created', 'dynamics_contact'); function dynamics_contact($quote_id){ $first_name = get_post_meta( $quote_id, 'afrfq_field_first_name', true ); $last_name = get_post_meta( $quote_id, 'afrfq_field_last_name', true ); $email = get_post_meta( $quote_id, 'afrfq_field_email', true ); $subscribe_to_newsletter = get_post_meta( $quote_id, 'afrfq_field_subscribe_to_newsletter', true ); }Thanks for the quick response.
Is it possible to do this using the plugin backend without coding. Is there a Documentation for this?
Viewing 4 replies - 1 through 4 (of 4 total)