Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    Actually submit_url is not longer supported. I would make CF7 think that the post was spam when it had a URL in it, and the submission would not go thru.

    Thread Starter phofstetter

    (@phofstetter)

    Hello

    How can we add a Link in the email section of CF7 to reach the stored form data?

    Kind regards
    Philipp

    Plugin Author Michael Simpson

    (@msimpson)

    Not currently supported.

    Thread Starter phofstetter

    (@phofstetter)

    Do we have any workaround to find a solution to that request?
    We want to pass the form data to mail chimp. From here we want to have a URL that can open the contact-db html view from the record.

    Thank you so much for any suggestions. If this could not be done we must think about to replace CF7 and the great contact-db solutions with an other product.

    Kind regards
    Philip

    Plugin Author Michael Simpson

    (@msimpson)

    I think you are saying that you want to send email via MailChimp instead of via CF7 email.

    You put hook code into the cfdb_form_data hook that would give you access to the form submission data. You could use that to craft an email and send to MailChimp (I think…not that familiar with MailChimp).

    The URL in the administration view of a submission would look like
    https://<YOUR-SITE>/wp-admin/admin.php?page=CF7DBPluginSubmissions&form_name=Ages&submit_time=<SUBMIT_TIME&gt;

    In the cfdb_form_data hook, <SUBMIT_TIME> is $formData->posted_data['submit_time']

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[submit_url] does not work in Contact Form 7 Email’ is closed to new replies.