David, > > I've been asked to find out if there is such a product as an online form > checker. My boss is keen on programs which check for broken links in sites, > but after a project where a series of broken forms were only discovered > after launch, he's keen to get forms tested automatically as well. > > I've never heard of anything like it, have any of you guys come across one > before? >
In terms of things for checking forms automagically I don't think there is such a beast. Your best bet is to use something like Dan Switzer's qForms product, which certainly helps checking form fields and adding extra form functionality a lot easier. Have a look at www.pengoworks.com under the Javascript section. In terms of broken links from forms..... Not sure - there are app out there that will check ordinary hrefs, but I'm not sure whether they cover form actions too. Besides.... Shouldn't this sort of thing be caught in unit and user testing?? ;oD Regards Stephen -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
