Custom Forms?

Posts: 18
Joined: 12/27/2007

Hey!

I've been really enjoying the hell out of Ubercart. In my continual effort to learn more, I've been thinking about customizable, submittable forms. Has there been a lot of work on a custom form module that I'm not aware of or something? Is it built right into drupal/ubercart and I totally missed it? I thought I'd just put these questions out there and see if I couldn't get a discussion going.

Posts: 18
Joined: 12/27/2007

I'm currently monkeying around with the drupal mod Webform. I'll post about what kinda results I get!

Posts: 5245
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Modules that provide this functionality through a web based UI are going to be somewhat limited in what you can do with submitted data. Really, this is what the Forms API and hook_form_alter() are all about. I'm not sure what your level of programming knowledge/skill is, but it's worth learning if you need some major customizations to your site.