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

gopisundar’s picture

any one?

vernond’s picture

There is no functionality like you describe. Can the users not just type over the %profile stuff if they want something different?

gopisundar’s picture

@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.

vernond’s picture

Priority: Critical » Normal
Status: Active » Closed (won't fix)

@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

gopisundar’s picture

@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.