Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Wufoo issues?

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #26136

    I 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?

    #64217
    TheDoc
    Member

    That did take a ridiculously long time. Try checking out the Wufoo forums, probably get some help there:

    http://wufoo.com/forums/

    Their server could just be overloaded right now.

    #64224
    Matt
    Member

    Question, 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?

    #64234
    vincent
    Member

    I 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.

    #64242

    wufoo 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:

    #64244
    Matt
    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?

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Other’ is closed to new topics and replies.