Koozali.org: home of the SME Server

Form Tools and web page submission

Offline mophilly

  • *
  • 384
  • +0/-0
    • Mophilly
Form Tools and web page submission
« on: September 22, 2009, 05:53:57 PM »
We are retiring an aging perl cgi that serves as our current web form submission handler and I am seeking a replacement. One of the candidates is a product called Form Tools from http://www.formtools.org/.

My questions:

1. Has anyone an opinion of Form Tool?
2. Any alternatives?
3. On SME, is it reasonable to use an ibay specifically for web form handling and link to it from another ibay?

BTW, PHP is not a requirement here. Any reasonable server side solution will do.
- Mark

Offline piran

  • *****
  • 502
  • +0/-0
Re: Form Tools and web page submission
« Reply #1 on: September 22, 2009, 08:36:39 PM »
1. Has anyone an opinion of Form Tool?
2. Any alternatives?
3. On SME, is it reasonable to use an ibay specifically for web form handling and link to it from another ibay?

1. no
2. http://green-beast.com/blog/?p=238
3. might get a cross site script warning for some browsers YMMV

Offline mophilly

  • *
  • 384
  • +0/-0
    • Mophilly
Re: Form Tools and web page submission
« Reply #2 on: September 22, 2009, 09:02:17 PM »
Thanks, piran. The Green Beast product looks like a good choice. I will exercise it today.

FWIW, setting up Form Tool was a snap.

Still open to other ideas and feedback.
- Mark

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Form Tools and web page submission
« Reply #3 on: September 22, 2009, 11:14:25 PM »
1. No
2. I've been impressed with Mojolicious::Lite from CPAN, but that might be more general purpose than what you are looking for.
3. Should be OK, but I would prefer to do it using a custom template, and put the files somewhere where they can't be accessed via smb, ftp, etc.

Offline mophilly

  • *
  • 384
  • +0/-0
    • Mophilly
Re: Form Tools and web page submission
« Reply #4 on: September 23, 2009, 12:29:45 AM »
Thanks for the reply, Charlie.

I looked at Mojolicious::Lite and it is certainly interesting. As you mentioned, it is bit more than what I need, at least in the short run.

I like the idea of moving it way from the ibays. That has worked well for a couple of other apps I use, so that really appeals to me.
- Mark

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Form Tools and web page submission
« Reply #5 on: September 23, 2009, 12:36:38 AM »
I looked at Mojolicious::Lite and it is certainly interesting. As you mentioned, it is bit more than what I need, at least in the short run.

It's probably both more and less than what you need, in that it's general purpose.

I'm thinking that M::L (or Mojo which lies behind it) would be good technology for reworking server manager.

Offline mophilly

  • *
  • 384
  • +0/-0
    • Mophilly
Re: Form Tools and web page submission
« Reply #6 on: September 23, 2009, 01:22:50 AM »
I did some work with Chuck Easterbrook's Webware for Python, which has some similar characteristics. The "simplicity is good" attitude is always a good thing.
- Mark