Closed (won't fix)
Project:
Webform
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
8 Feb 2012 at 11:47 UTC
Updated:
20 Feb 2012 at 06:32 UTC
Hi,
I am able to retreive values in webform from user registration form atlast. but i have a situation that i need to ask a question to the user whether they need the same value in webform as in user registration form or not. if they select 'yes'(i am giving radio button option to choose yes and no) the values should be retreived. if they select 'no' the values should not be populated in webform.how to implement this. please help me.
thanks in advance.
Comments
Comment #1
gopisundar commentedany one?
Comment #2
vernond commentedThere is no functionality like you describe. Can the users not just type over the %profile stuff if they want something different?
Comment #3
gopisundar commented@Vernond
Actually I am creating webform for users. I have some fields common in both user registration form and all webform i create. So the user, who really registers to fill the webform, clicks the yes option the values should populate in the common fields so that user needs to fill only the remaining fields. i am able to retrieve the values from user registration to webform by custom coding. but i am not able to bring this yes no functionality. the values are populating by default. I need to populate values only if the user clicks yes option. please help me.
thanks in advance.
Comment #4
vernond commented@gopisundar - as the Webform issue guidelines indicate, there is no support for custom code in the issue
queue.
Also note that a status of "critical" refers to Webform being completely and utterly broken for all users, not for when you have a deadline.
From your requirement description it seems you might be able to start out here: http://drupal.org/node/752056
Comment #5
gopisundar commented@Vernond
I thought there will be an option for what i posted. And sorry if the priority has been mentioned wrongly. Thanks for the link you mentioned. i will follow that.