To get Tend to capture form submissions automatically with Wufoo forms, you have two options:
You can find by selecting “Share” under the Form Manager.
On the bottom of the Share page, you will see the button to download the HTML/CSS.
By using the raw HTML/CSS from Wufoo, Tend will be able to read the form’s input, and properly track the data.
The tracking URL you want to create looks something like this:
https://mysite.com/thank-you-page?email={entry:Field15}&firstName={entry:Field1}&lastName={entry:Field2}
Your field numbers and your site will be different.
*You’ll probably want to create a little confirmation page on your site to let your users know they completed the form through your CMS.