- This topic is empty.
-
AuthorPosts
-
September 16, 2009 at 3:31 pm #26136
JoshWhiteDesign
MemberI just saw a post where someone mentioned using Wufoo forms… I tried using them the other day for a new site I’m putting together for my wife’s aunt’s business. Seems like everything I try makes it "hiccup" when the page loads.
Check out: http://www.dawnbuckelewphotography.com/contact.php
The page loads, then slowly the wufoo form pops up. Every method from their website has yielded the same results. Is there a trick that can be used?
September 16, 2009 at 4:33 pm #64217TheDoc
MemberThat did take a ridiculously long time. Try checking out the Wufoo forums, probably get some help there:
Their server could just be overloaded right now.
September 16, 2009 at 5:37 pm #64224Matt
MemberQuestion, and I’m being serious:
What are the benefits to WuFoo? If it matters, I use Rails as my main environment, which I find handling forms to be incredibly easy. What does WuFoo offer that would make me stop writing my own forms?
September 16, 2009 at 7:43 pm #64234vincent
MemberI don’t know much about Rails and from what I’ve seen of Wufoo, I think Wufoo is just like a CMS type thing for forms? Like, it’s more point and click. You don’t have to have programming knowledge.
September 16, 2009 at 9:35 pm #64242greg.mcausland
Memberwufoo is a nice service.. I like what it does, I like the way it does it, I like the CMS like stuff for keeping track of form submissions over multiple sites.
It’s all very shiny and nice.
However, if I take off my "ooh shiny, must buy" goggles, really what’s left is a service for something that is easily achievable for any developer, with a ridiculous tariff on it. I mean seriously, charging with a set number of submissions? This is just nuts to me, since first and foremost it’s not something that you can exactly ration off. Especially if you have a popular site your form could get hit bigtime.
There is also the problem of it being an off-site service, maybe it goes down, maybe its slow. Topping the list of cons of with the fact they jamming the form in an iframe, which just.. doesn’t sit well with me..
No, despite how well they have built their service + site.. and they HAVE built it well.. this is pure convenience.
Brilliant service, but not worth the expense of using seriously..
I personally just spent a few hours doing some form code + styles so i could easily copy / paste some pre-made forms into new projects. I don’t have the headache of building forms from scratch and im not relying on a 3rd party service to do something horribly simple.
Just my 2 cents :geek:
September 16, 2009 at 9:43 pm #64244Matt
Member"greg.mcausland" wrote:No, despite how well they have built their service + site.. and they HAVE built it well.. this is pure convenience.Brilliant service, but not worth the expense of using seriously..
Again, that’s what makes me so happy my primary development environment is either Rails or Django. I can achieve everything I need with
Code:<% form_tag :action => create/edit :id => randomid %>and then filling in my needed fields. Rails just comes in behind me and auto-generates the forms with the appropriate code to fire the model.
I find WuFoo to be a hurdle for new developers in the dynamic field. If you’re starting in PHP/Ruby/Python, just go ahead and write the necessary form code. I GUESS it’s ok to use WuFoo if you’re using static HTML, but what server doesn’t support PHP nowadays?
-
AuthorPosts
- The forum ‘Other’ is closed to new topics and replies.