turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Constant Contact Community
- :
- Developer Community
- :
- Developer Support – ask questions, find answers
- :
- Visitor Sign-Up Form - can it be skipped or put in...
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Visitor Sign-Up Form - can it be skipped or put into a small pop-up window?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-20-2008 12:01 PM
My client does not want the visitor sign-up form page at all.
He wants them to enter their email address into the box, click GO, and that's it.
If we must have the visitor sign-up form page, can it be in the form of a small pop-up window?
Thank you!
He wants them to enter their email address into the box, click GO, and that's it.
If we must have the visitor sign-up form page, can it be in the form of a small pop-up window?
Thank you!
re: Visitor Signup Form
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-20-2008 05:28 PM
The Site Visitor Signup itself has a fixed flow which includes the page you mention. However, if you have some development experience you can use the APIs documented on this web site, and specifically the Contacts Collection resource to create a contact in any way you see fit. You will need to create your own input form and implement your own server side script. It is worth mentioning that some of the characteristics of the 'fixed flow' in the Site Visitor Signup, such as asking the user to enter their email address twice, are good practices to consider in creating your own flow.
Thanks,
Thanks,
Tom M
Group Product Manager – Email Marketing
Group Product Manager – Email Marketing
Pop Up Window
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-21-2008 11:58 AM
Tom, thank you for the quick response.
The problem is, I don't really understand it. I'm a web designer, but not a programmer. If someone gives me some code and tells me where to put it, I can do that, but writing my own code is beyond my capabilities.
I'm wondering if there is some way to add something like
onClick="return popup(this, 'email')"
to open that Visitor Sign Up page (which in this case is just a confirmation) in a small pop up window?
That's how I did it on another website for a different email newsletter service provider.
That would make my boss very very happy!
Thanks again!
The problem is, I don't really understand it. I'm a web designer, but not a programmer. If someone gives me some code and tells me where to put it, I can do that, but writing my own code is beyond my capabilities.
I'm wondering if there is some way to add something like
onClick="return popup(this, 'email')"
to open that Visitor Sign Up page (which in this case is just a confirmation) in a small pop up window?
That's how I did it on another website for a different email newsletter service provider.
That would make my boss very very happy!
Thanks again!


