All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Subscription Box
PostPosted: Sun Sep 27, 2009 12:30 am 

Joined: Sun Sep 27, 2009 12:29 am
Posts: 2
How do I embed a subscription box so it ties in with the Nourish api?


Top
Offline Profile Send private message  
 
 Post subject: Re: Subscription Box
PostPosted: Sat Oct 03, 2009 9:00 am 

Joined: Sun Sep 27, 2009 12:29 am
Posts: 2
Bump for Admin, please can you respond to the question above?


Top
Offline Profile Send private message  
 
 Post subject: Re: Subscription Box
PostPosted: Thu Oct 29, 2009 8:04 am 

Joined: Wed Aug 26, 2009 7:49 pm
Posts: 10
Hi there

Once you create a specific campaign, in your Subscribers menu you will see specific code lines which you can incorporate anywhere into your website and you will have your website Signup form ready to go.

Let me know if it works for you.

Thanks


Top
Offline Profile Send private message  
 
 Post subject: Re: Subscription Box
PostPosted: Sun Nov 22, 2009 6:55 pm 
Site Admin

Joined: Fri Jun 12, 2009 1:43 am
Posts: 7
How do people subscribe to this campaign?
Use our subscribe form – One of the easiest ways to allow someone to subscribe to this campaign is to send them to our default subscribe form:

http://app.nouri.sh/campaigns/1234/subscribers/new

One-click subscribe – You can provide individual readers with a customized link which will automatically subscribe them to this campaign when clicked on. Be sure to edit the URL to include their real email address:

http://app.nouri.sh/campaigns/1234/subscribe?subscriber[email]=email@domain.com


Add a subscribe form to your website – You can add a subscribe form to your website. Paste in the code below. The redirect_to attribute is optional, and will make Nourish redirect back to any URL you like. Nourish will also send a confirmation email to your subscriber if you add the notify_them hidden tag. The email will also be sent to you if you add the notify_me hidden tag.

Remember to replace the number 1234 with your campaign ID.

<form action="http://app.nouri.sh/campaigns/1234/subscribe" method="post">
<input type="hidden" name="redirect_to" value="http://myblog.com"/>
<input type="hidden" name="notify_me" value="1"/>
<input type="hidden" name="notify_them" value="1"/>

<label>Email</label><br />
<input id="subscriber[email]" name="subscriber[email]" type="text" /><br />
<input name="commit" type="submit" value="Subscribe" />
</form>


Top
Offline Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:   
cron