Closed (fixed)
Project:
Webform
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2016 at 00:23 UTC
Updated:
22 Feb 2017 at 15:24 UTC
Jump to comment: Most recent
Comments
Comment #2
vako commentedComment #3
vako commentedI did a search and found this similar 8-year-old topic that is still pending, hopefully it will be integrated in the main Webform module.
Comment #4
vako commentedActually this feature exist in the Commerce module. Webform needs this feature, hopefully it will be implemented or the code borrowed from the Commerce module.
Comment #5
liam morlandA big feature like this is unlikely to be implemented in Drupal 7. It would probably be best to implement it in an add-on module. This is unlikely to be done in Webform core in Drupal 7; it could potentially happen in Drupal 8. Either way, a developer would need to pick-up this idea and run with it.
The issue you mention is closed; #228622: populate a field with another one.
Comment #6
vako commentedOK, thanks. If anyone will find an add-on module that can do something like this, please post it here.
Comment #7
liam morlandWhy do you want to do this? A form is for collecting information. If you already know the name, etc. based on phone number, why include those fields in the form? If you need to add additional fields to the data download, there are hooks you can use to do that.
Comment #8
vako commentedMaybe I didn't explain it properly in my initial post. The request I have is linked to collecting information and displaying it, just what Webform is for and hoping that it maybe considered as a new feature for the next release.
My request is a simple search feature that will fetch a row depending on the search entered. e.g.: if you are searching for a phone#, it will display the name and address as well, just like the contacts list on your mobile phone.
Probably it can be done by Views or other modules, but would be nicer if we can have that feature incorporated in Webform since it deals with data and search is an important feature for data manipultation.
Comment #9
liam morlandI don't understand. Are you trying to use Webform as a search form to search an existing database?
Comment #10
vako commentedNot exactly a search feature but you can say a search and retrieve option. i.e.: search for a name and display the address and phone#
Is this functionality already in the module?
Comment #11
liam morlandNo, that is not what Webform is for. You could make something like that using a content type and a filterable View.