Closed (works as designed)
Project:
Contact Importer
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Nov 2010 at 05:50 UTC
Updated:
16 Nov 2014 at 12:18 UTC
Jump to comment: Most recent
Comments
Comment #1
dalinContact Importer does nothing on its own. You need to already have a form that has a field where a user would normally type in some email addresses. Be it a send-to-a-friend form, a user import form, or whatever.
You can then use the Contact Importer Forms Integration module to connect Contact Importer to that form.
Comment #2
pitxels commentedHow difficult could be to provide an example?
Comment #3
dalinContact Importer just helps you import email addresses from your Hotmail (or whatever) account into a form field on some Drupal form. Do you have a form where you type in a list of email addresses? If not then Contact Importer won't help you.
Comment #4
dalinJust to be more clear. You need some other module to create that form.
Comment #5
pitxels commentedYes, I figured out struggling after a few hours, I will post my case as an example, the module is great by the way. thanks.
Comment #6
Yorgg commentedWill you write a handbook or post here? I am looking forward to view an example.
Comment #7
dalin@jusspitti I wouldn't be a good candidate to write such a handbook page since I don't know where the pain points are because I wrote it. Actually you would be the ideal person to write such a handbook page because you know what the hard parts are. Take a look at this article:
https://www.lullabot.com/articles/drupal-best-practice-document-your-way...
If you start a handbook page we (the co-maintainers of Contact Importer) would be more than happy to help you out.
Comment #8
liza commentedwhen you say *ANY FORM* do you mean something like ADDRESSES (cck)
http://drupal.org/project/addresses
Comment #9
dalinYup, it really means *ANY* Drupal form:
http://drupalcode.org/project/contact_importer.git/blob/refs/heads/7.x-1...
Comment #10
pitxels commentedSorry for not getting back on this issue.
Basically I used the invitation module, that contains a textarea for adding emails separated by comas.
So what I did was:
1. Installed invite module and enable the provided block in the page I wanted.
2. Checked the html source for the form id (invite_form) and the text area field name (email)
3. at /admin/settings/contact_importer/forms/list created a form entry with previous info
And that's it, I also have installed modal framework so the functionality is open in a modal window.
So is easy once you know how, otherwise I guess you may be expending some hours trying to figure it out.
Comment #11
qsurti commentedCan Webform module help in designing the form and how?
Comment #12
Alienpruts commentedClosing : Works as designed