How do i add extra fields in my constant contact form?
meganda - December 7, 2008 - 14:14
| Project: | Constant Contact |
| Version: | 5.x-2.0 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
This is for anonymous user. I am able to display inside a block a constant contact form. How ever it only requests for an email address. I would also like to add a first name and last name text field. How can i do this?

#1
I would also like to do this, just to allow the user to get those fields set up before going over to the form hosted on constant contact's servers.
#2
You need to edit the module code directly to add in the extra fields you want to send to Constant Contact. Usually, you would automatically get the data you want for these fields i.e. the user would not see them or be able to fill them in. If you need the user to enter data, that would require editing the signup form code to include fields for each piece of data.
I am in the process of rewriting this module and plan to implement something along these lines. Once the code is ready, I'll create a new issue with a link to the code.
#3
hai,
the best way is to modify the .module file to include the extra fields.please try it.It may help you it getting the extra fields.
#4
An update for drupal version 6 and the new Constant Contact REST API will be rolled out within the next 2 weeks.
This feature is supported in the new version.