|
| |
|
|
womble
Posts: 5702 Joined: 3/14/2005 From: Living on the edge Status: offline
|
Forms and accessibility issues - 11/18/2005 20:45:47
At the moment I'm trying to do an online form that’s going to have to span several pages as it’s quite (very) long. Having only done single page forms before (which I've done css based using a php submission script) I've spent today looking into scripts to handle multiple pages here and places like hotscripts.com. The problem is that at the moment I'm using php Dynaform which doesn't seem to cope with multi-page forms. I was hoping (perhaps forlornly) that there may be some bit of javascript I could cut ‘n’ paste to pass values between the pages while still using the php Dynaform submission script, but I'm having trouble finding anything. To cut a very long story short, and this feel like a sell-out because part of me hates the idea of not coding it myself, control freak that I am, but I've found some software that creates forms, seems infinitely adaptable, but it uses table layout, and I'm very conscious that using a tables layout can create accessibility problems, and being an accessibility advocate I want to try and avoid using tables if at all possible. I'm figuring I could try and make the table layout css-p based, but it’s going to be a hell of a long form and I haven't really got a week to spare, so I'm (horror!) considering purchasing the software, using it and leaving the form table based. I have to admit since switching to xhtml/css I haven’t touched a table layout or used tables at all, and the old brain cells are rather rusty so I'll have to do some revision on how to make tables accessible, but I'm figuring that'd be easier than trying to convert it all to css. I know tables aren't bad per ce, but I avoid using them if at all possible. Just wondering what the view is on using tables for form layout. Is there a simple cut ‘n’ paste javascript way I could do it? (the passing info between pages, so I can stick to my usual layout and form submission script). Should I be ‘good’ and persevere and try and do it css based, or is using tables an acceptable compromise?
< Message edited by womble -- 11/19/2005 5:02:35 >
_____________________________
~~ "A cruel god ain't no god at all" ~~ ~~ Erase hate. Practice love. ~~
|
|
|
|
dpf
Posts: 7126 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: Forms and accessibility issues - 11/19/2005 10:58:29
quote:
Sometimes it seems that people build completely tableless pages to wear as a badge of honour. well said!!!! I think the "no scroll -people hate scrolling down" phobia goes to far. If the form is long - its long. On dial up, you think you are making my life easier by preventing scroll down but you are making it torture because every time I fill out a portion, I have to call a new page which takes forever. Just my thoughts signed the thoughtless Mr. PDF
_____________________________
Dan
|
|
|
|
dpf
Posts: 7126 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: Forms and accessibility issues - 11/19/2005 13:09:09
quote:
I'm going to go with the tables. ..and a nice table cloth too.
_____________________________
Dan
|
|
|
|
dpf
Posts: 7126 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: Forms and accessibility issues - 11/19/2005 15:07:57
quote:
once to let the validation go. be a daredevil.. the more important issue with a form is validating the data that gets entered ..and preventing malicious code from being entered.
_____________________________
Dan
|
|
|
|
Kitka
Posts: 2520 Joined: 1/31/2002 From: Australia Status: offline
|
RE: Forms and accessibility issues - 11/19/2005 15:33:32
quote:
I'm currently scouring the web and testing out various different form generators but if I find nothing then I'll have to develop something myself jaybee, check out the LevelTen form here: http://www.leveltendesign.com/L10Apps/Fm/ I use it for all my complicated forms and have never had any spam problems with it. It only allows posting from domains you specify. I realise that it is possible to fake a referrer, but as far as I know, no-one has attempted that on ours. I have used the php form generator at the Sitewizard for quick and easy contact forms, and I did get the spam from those.
_____________________________
Kitka **It is impossible to make anything foolproof because fools are so ingenious.**
|
|
|
|
Kitka
Posts: 2520 Joined: 1/31/2002 From: Australia Status: offline
|
RE: Forms and accessibility issues - 11/19/2005 20:44:50
quote:
... id the script's assigning to the form inputs all start with a number, and id and name attributes have to begin with a letter not a number Ah, I understand. What a PITA.
_____________________________
Kitka **It is impossible to make anything foolproof because fools are so ingenious.**
|
|
|
|
Kitka
Posts: 2520 Joined: 1/31/2002 From: Australia Status: offline
|
RE: Forms and accessibility issues - 11/19/2005 20:51:21
quote:
as it has the visual code Do you mean CAPTCHA? I feel very iffy about using that because of accessibilty issues. I've seen sites that have a link to a file which "speaks" the number for blind users, but that is getting waaayy too complicated for a simple contact form. How secure is Mike's form if you don't use CAPTCHA?
_____________________________
Kitka **It is impossible to make anything foolproof because fools are so ingenious.**
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|