Closed (fixed)
Project:
Webform
Version:
6.x-3.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2010 at 11:33 UTC
Updated:
16 Mar 2012 at 03:45 UTC
For a Text Area, is it possible to have text hinting so as a user starts typing a possible entry is shown? I mean something similar to the taxonomy free tagging method.
Im making a site where the Text Area is an address. Users need to be able to enter any address, but quite often they will be entering the same address as the last time they filled out the webform.
Thanks
Comments
Comment #1
quicksketchWhat you're describing is typically called an autocomplete-textfield. No, this isn't possible with Webform. Most users that fill out Webforms are usually anonymous, meaning it couldn't autocomplete useful information most of the time. Fields between different forms are also not possible to map to each other, so Webform has no idea which fields are "Address" and which ones are "First name" for example, so it'd have no way to autocomplete a value from one form on a different one.
Comment #2
jdln commentedThanks anyway. I guess ill see if their is a javascript work around or something.
Comment #3
cyprien2 commentedIt is not possible with form_alter by adding an #autocomplete_path to a webform textfield ?
I've tried something like that :
And it still does not work.
is working...
Comment #4
cyprien2 commentedComment #5
cyprien2 commentedSorry, it works. It was a css problem (hide trobber).
Comment #6
jdln commentedHI cyprien2,
How do I implement your code?
Thanks
Comment #7
quicksketchClosing as support with custom coding is not provided in the Webform issue queue. Perhaps you'd have better luck trying to contact cyprien2 directly.
Comment #8
1kenthomas commentedAs I'm here: you can google for solutions in both D6 and D7; I also have a reply on StackExchange with links. If you find it and it's helpful, please put the links here (I'm rushing ATM).
>support with custom coding is not provided in the Webform issue queue.
We really need a functionality that allows issues to remain for general community support, but that clearly marks them outside the (self-defined) responsibility of the maintainers. I'll ping the Support Team group ;)