• Resolved webmasterpbtv

    (@webmasterpbtv)


    We are using Contact 7 via X-Theme and have a form created to transfer files to WeTransfer.

    The form will display the file name and transfer the file, however, we would like the notification email to include the name of the transfer.

    This is what we use to display the name when submitted on the users screen.
    <input type=”text” name=”wt_embed_output” class=”wt_embed_output” />

    We cannot find out in the documentation of how to include the link to the file in the email to our webmaster.

    Can you direct us to the documentation?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter webmasterpbtv

    (@webmasterpbtv)

    We are having an issue with Contact Form 7 and your post above is of help. We do however have an issue and wanted to find out if you can comment on it.

    We use Contact Form 7 as displayed below for a user to input their name, etc and to upload a video file to WeTransfer. We have tested it and it works great, except for one thing. We would like to have the reply file link included in the email sent to us so that we can easily click on the file in order to download it.

    Here is the code we are using. We have deleted the key for privacy purposes. The field we want to include in the email is: wt_embed_output

    Any recommendations would be greatly appreciated.

    Thanks

    /*<label> Your Name (required)
    [text* your-name] </label>

    <label> Your Email (required)
    [email* your-email] </label>

    <label> Subject
    [text your-subject] </label>

    <label> Your Message
    [textarea your-message] </label>

    <label> Upload Video File

    <div data-widget-host=”habitat” id=”wt_embed”>
    <script type=”text/props”>
    {
    “wtEmbedKey”: “deleted for privacy”,
    “wtEmbedOutput”: “.wt_embed_output”,
    “wtEmbedLanguage”: “en”
    }
    </script>
    </div>
    <script async src=”https://prod-embed-cdn.wetransfer.net/v1/latest.js”></script&gt;
    <!–
    The next input element will hold the transfer link. For testing purposes, you
    could change the type attribute to “text”, instead of “hidden”.
    –>
    <input type=”hidden” name=”wt_embed_output” class=”wt_embed_output” />
    </label>

    [recaptcha id:contact-us-form-7 theme:dark]

    [submit “Send”]
    */

    Thread Starter webmasterpbtv

    (@webmasterpbtv)

    Figured it out.

    • This reply was modified 4 years, 8 months ago by webmasterpbtv.

    @webmasterpbtv how did you do that? Please enlighten us as well…

    Thread Starter webmasterpbtv

    (@webmasterpbtv)

    There are two parts to this. The code directly below is displayed on the site for the user to input their information, and to upload the files to WeTransfer. The form is using Contact -7 and is made in the Form section.

    From: [your-name] <[your-email]>
    Subject: [your-subject]

    Video submission:
    From: [your-name]
    Email: [your-email]
    Subject: [your-subject]

    This is the link to retrieve and download the video file:

    [wt_embed_output]

    Once the user submits their information, we wanted to be able to have an email to us with their form information, but also with the link for us to retrieve their WeTransfer file.

    In the Mail section of the Contact 7 form, added this information:

    From: [your-name] <[your-email]>
    Subject: [your-subject]

    Video submission:
    From: [your-name]
    Email: [your-email]
    Subject: [your-subject]

    This is the link to retrieve and download the video file:

    [wt_embed_output]

    ** The wt embed output link above is generated by WeTransfer ***

    Hope that helps. Works great and is fast when you need to get a file from a user without having to go through regular email.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding WeTransfer code to Contact 7 form email’ is closed to new replies.