There appears to be no Read Me file or any documentation on the project page. When I attempted to install this it showed that Content Profile and Webform had to be installed. I did install the two modules and even created some fields in Content Profile. However, in Administer > Site Configuration > Webform Profile none of the fields appeared.

Also is it possible to use this module with the default Drupal Profiles feature without depending on Content Profile?

By the way, I am running Drupal 6.22.

CommentFileSizeAuthor
#2 delete.jpg55.65 KBsarhansg

Comments

travist’s picture

When you create a new webform, you will see a way to add profile fields to your webform instead of the typical "Add Components" way of doing it. That is what will create the sync between the profile and the webform.

sarhansg’s picture

StatusFileSize
new55.65 KB

I am using Webform 3.11. When I go to Webform > Form Components there are columns I am unable to configure the components to sync with the profile. See attached screenshot.

travist’s picture

Right now this only works with Content Profile, which is what I use to build this list. Let me know if you are using Content Profile and I will try to figure out what is going on.

Thanks,

Travis.

sarhansg’s picture

Yes, I did install content profile and created a name (http://drupal.org/project/cck_fullname) and email field (http://drupal.org/project/email). Is there a restriction on the CCK field type being used? For example must I only use text field? If so, please advise what field types can and cannot be used so I can further test this module.

stephen ollman’s picture

Ok it would appear that you need to create the profile fields using the add-on module "Content Profile' and not Drupals core Profile module, which I thought this module used.

I need users to register there details which can then be pre-populated in a webform that they can submit multiple times. Each time they want to submit a new webform their profile details automatically pre-fill.

How do I do this using Content Profile and I do I get Content Profile to show on the users registration page like the core profile module does?

Did I misread the main function of this module?