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
Comment #1
dalinEnable the Contact Importer Forms Integration module and follow the instructions in README.txt
Comment #2
dalinComment #3
cwittusen commentedI 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.
Comment #4
primobruno commentedHi 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.
Comment #5
dev.paulson commentedThis 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.).
Comment #6
dev.paulson commentedComment #7
internal commentedI'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.
Comment #8
duaelfrI 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.
Comment #9
alkanet commentedHi 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
Comment #10
duaelfrInvite integration is a bit complicated for the moment.
You will need to implement
hook_form_alterto callcontact_importer_bind_to_formon your form field.Comment #11
pitxels commentedI 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.