Tagged Questions
Wufoo is a web-based service that aims to make data collection via web-based forms easy for individuals and businesses.
3
votes
3answers
153 views
A web interface (draggable elements, remembering state) similar to Wufoo
The question I have is very specific. I wanted to have an app where I can create forms, as on Wufoo, with easy to use interface. Which means, draggable elements.
My problem is that I cannot figure ...
1
vote
1answer
156 views
Wufoo local form processing example
I am trying to set up a local Wufoo form. However, I can't get it working.
I am using the XHTML/CSS form code and the Wufoo Rest API V3 (more specifically, I based on the Submit a Form example: ...
1
vote
2answers
304 views
Use Wufoo API fields in custom HTML Code
I need to use the Wufoo API, to get the field information and submit it back to Wufoo but I need to be able to build my own custom HTML - so it looks different.
Any ideas or examples, I've read loads ...
1
vote
1answer
176 views
wufoo cross-domain settings?
is there a way to turn off the cross-domain restrictions for wufoo so i can adjust the form fields from the parent of the wufoo iframe using jquery?
1
vote
3answers
385 views
Create Wufoo webhook with PUT request in ColdFusion
I'm having troubles with building correct PUT request to the Wufoo.
In all my attempts I see the same error:
404 A WebHook must contain a url parameter.
Here is the version with JSON data type:
...
1
vote
1answer
390 views
How to set Wufoo input with a Query String value?
I have a Wufoo form that I wanted to populate one of the fields with a value directly from the query string
the normal jQuery call for this does not get anything back
jQuery("#Field13")
so, all ...
0
votes
0answers
31 views
PHP, Wufoo display contents into grid and count total
I've been working with Wufoo's API and it seems much harder to work with than it should be, so hopefully someone can help.
I need to display the contents of a table into a php page, I believe I have ...
0
votes
0answers
20 views
Can you make a mailchimp form validate on onsite
I've made a mailchimp newsletter form with two fields; Name and Email. When i click it obviously loads the page where the designed form is to on my mailchimp account. How would i go about make it all ...
0
votes
2answers
40 views
Wufoo Form Editing
I'm wanting to find out how I change my form title from an h2 tag to an h1 tag from the Wufoo forms builder. I've been looking everywhere on their documentation and can not find out an answer.
0
votes
1answer
128 views
How To Display Error Messages With Wufoo API V3?
I am using the Wufoo API V3 to submit data from a form hosted on my website to my Wufoo account. I followed the example on the [Entries POST API][1] page, and I was able to successfully the data to my ...
0
votes
1answer
60 views
Concatenating Wufoo API results
I'm working with the Wufoo api (https://{subdomain}.wufoo.com/api/v3/forms/{formIdentifier}/entries.{xml|json}) trying to get all of my entries, currently around 150, as one php array. Wufoo limits ...
0
votes
0answers
42 views
Multiple wufoo colorboxes on one page
I am using a code I got here:
http://wufoo.com/2010/07/07/how-to-load-a-wufoo-form-inside-a-lightbox/
This lets me use a wufoo form on a lightbox. The problem is I have a page that links to two ...
0
votes
3answers
410 views
Setting cookie in PHP, then redirecting to new URL and access the set cookie?
Im trying to set a cookie, then redirect to a new URL and access( or check if the cookie is set) the set cookie, but it doesn't seem to be available in the new URL.
<?php
header("Location: ...
0
votes
0answers
124 views
Using Wufoo form in Facebook iframe app, redirect form to page within iframe?
I'm using a Wufoo form within a Facebook iframe app. Once the user submits the form they are redirected to a confirmation page but the page is refreshing the entire page, taking the user away from ...
0
votes
3answers
641 views
How to create PDFs from online forms using a service like Wufoo or Formstack?
I'm developing a site with multipage forms that the client needs to complete. The forms are standard legal agreements with additional fields concerning height, weight, etc. The idea is that once the ...
0
votes
1answer
185 views
wufoo get xml entries
I'd like to get the entries (feed) from a form I have with wufoo in xml format. If I use reports to pull the data... all I get is txt, csv, xls. (XLS is not working with the cms I'm using.) If I use ...
-1
votes
1answer
201 views
comparsions between limesurvey and wufoo-like service
limesurvey is good enough and it is open-source, but why are wufoo-like services so popular nowadays?
Wufoo has a much more fancy user interface than limesurvey but why does limesurvey not make some ...