Can anybody tell me how to integrate contact importer with invite module in drupal, i have tried to check this, but unable to get the form in invite module.

i enabled both modules invite and contact importer and openinvite lib. but not able to import emailids.

Comments

dalin’s picture

Status: Active » Postponed (maintainer needs more info)

Enable the Contact Importer Forms Integration module and follow the instructions in README.txt

dalin’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)
cwittusen’s picture

I have the same issue above and I did enabled the contact importer forms integration module and I then entered into the form integration the following

invite_form
email, message

But this still doesn't work, I have done everything else as stated in the README file.

primobruno’s picture

Hi there:

I just viewed this post and had the same issue.
Just posting what i did:

1- /admin/settings/contact_importer/settings --> [v] Enable Form ID and Field messaging
2- Went to the invite page (http://website_path/drupal_path/invite) and toke note of the form ID and field name.
3- /admin/settings/contact_importer/forms ---> Created new
4- Form ID: invite_form and Text Field: email (only one must be allowed?)

Thanks for reading.

dev.paulson’s picture

This is not working in drupal 7.
In form id messaging, it didn't show the invite module form. (invite by email -the sub module of invite.).

dev.paulson’s picture

Issue summary: View changes
Status: Closed (fixed) » Active
internal’s picture

I'm using drupal7+invite7.x-2.x+CI7.x-1.x together. They're not working yet. I see that invite and CI are not in active development, so I'm worrying about the cost to fix them myself. Is there anyone to set them up successfully since 2013? Thanks.

duaelfr’s picture

Version: 6.x-2.1 » 7.x-1.x-dev

I succeeded integrating CI with Invite 4.x by contributing the following patch.
#2154739: Apply contact importer on a Field

This has been fixed in the dev version but the CI_forms submodule still does not detect my invitation form so I had to integrate with CI by hand as said in the README.

alkanet’s picture

Hi guys,

I'm using drupal 7. Invite 7.x-4.0-beta2. Contact Importer 7.x-1.2

Could someone tell me how to integrate the Invite & CI modules?

I've installed both modules,
Enabled the engine
Run the library successfully (OpenInviter)
Selected providers

However it doesn't work. I've been looking for an answer but I have found nothing

What should I type into form integration?

Thanks

duaelfr’s picture

Invite integration is a bit complicated for the moment.
You will need to implement hook_form_alter to call contact_importer_bind_to_form on your form field.

pitxels’s picture

I think the only problem is that invite module only have a textfield, and not a textarea yet, where emails are separated by coma.
There is a patch in the invite issues for a textarea and once you use that form modified, it works with this module.

Howeaver this patch is not great yet, and I can't make it work with userpoints. I would expect this module to alter that form and make the modifications, but maintainers will decide.