<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DAP Documentation &#187; Products</title>
	<atom:link href="http://www.digitalaccesspass.com/doc/category/products/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalaccesspass.com/doc</link>
	<description>Documentation for DigitalAccessPass.com</description>
	<lastBuildDate>Mon, 26 Jul 2010 23:59:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Product Chaining</title>
		<link>http://www.digitalaccesspass.com/doc/product-chaining/</link>
		<comments>http://www.digitalaccesspass.com/doc/product-chaining/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 03:21:01 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Access Control]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Setup]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=486</guid>
		<description><![CDATA[Product Bundling
Any time someone gets access to PRODUCT A (either through direct signup, manual admin add, or purchase), then you can automatically give them access to PRODUCT B. And you can select whether they get PAID access to PRODUCT B or not.
Similarly, when someone is removed from PRODUCT A, you can also tell DAP to [...]]]></description>
			<content:encoded><![CDATA[<h3>Product Bundling</h3>
<p>Any time someone gets access to <strong>PRODUCT A </strong>(either through direct signup, manual admin add, or purchase), then you can automatically give them access to <strong>PRODUCT B</strong>. And you can select whether they get <strong>PAID</strong> access to <strong>PRODUCT B</strong> or not.</p>
<p>Similarly, when someone is removed from <strong>PRODUCT A</strong>, you can also tell DAP to automatically remove their access to <strong>PRODUCT B</strong>.</p>
<p>Very useful for bundling products.</p>
<h3>Product Access Automation</h3>
<p>User signs up as free user to <strong>PRODUCT A</strong>.</p>
<p>Later on, user buys <strong>PRODUCT B</strong> (which is, say, paid version of <strong>PRODUCT A</strong>).</p>
<p>If you set up Product Chaining, then you can automatically remove them from <strong>PRODUCT A</strong> when they purchase <strong>PRODUCT B</strong>.  So when you send an email to all <strong>PRODUCT A</strong> users asking them to purchase access to <strong>PRODUCT B</strong>, then you won&#8217;t be sending emails to those who have already purchased <strong>PRODUCT B</strong>.</p>
<p>Click on image below to open full size in a new window.</p>
<p><a href="http://www.digitalaccesspass.com/blog/wp-content/uploads/2010/04/productchaining2.jpg"><img class="alignnone" title="Product Chaining" src="http://www.digitalaccesspass.com/blog/wp-content/uploads/2010/04/productchaining2.jpg" alt="" width="633" height="394" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/product-chaining/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Product-Specific Details</title>
		<link>http://www.digitalaccesspass.com/doc/product-specific-details/</link>
		<comments>http://www.digitalaccesspass.com/doc/product-specific-details/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 18:59:40 +0000</pubDate>
		<dc:creator>Veena Prashanth</dc:creator>
				<category><![CDATA[Access Control]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Setup]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=473</guid>
		<description><![CDATA[Starting DAP v3.8, we have a new feature called &#8220;Product-Specific Details&#8220;.
This feature basically allows you to put all of the Product-specific details (including links available to the member as part of that Product) on a specific WordPress page.
Here&#8217;s how it works:
1. Go to DAP Dashboard &#62; Products &#62; Manage
2. Select the Product for which you [...]]]></description>
			<content:encoded><![CDATA[<p>Starting DAP v3.8, we have a new feature called &#8220;<strong>Product-Specific Details</strong>&#8220;.</p>
<p>This feature basically allows you to put all of the Product-specific details (including links available to the member as part of that Product) on a specific WordPress page.</p>
<p>Here&#8217;s how it works:</p>
<p>1. Go to <strong>DAP Dashboard</strong> &gt; <strong>Products</strong> &gt; <strong>Manage</strong></p>
<p>2. Select the Product for which you wish to generate the Product-specific details page. Note down the Product Id (it&#8217;s a number as shown below)</p>
<p><a href="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/07/getting-product-id.png"><img class="alignnone size-full wp-image-474" style="border: 1px solid black;" title="getting-product-id" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/07/getting-product-id.png" alt="" width="677" height="354" /></a></p>
<p>3. Create a new WordPress Page &#8211; give it any title you want. Put in the text&#8230;</p>
<blockquote><p><strong>%%PRODUCT_DETAILS_&lt;insert-product-id&gt;%%</strong></p></blockquote>
<p>So in the above example, since the Product Id is &#8220;1&#8243;, the merge code becomes:</p>
<blockquote><p><strong>%%PRODUCT_DETAILS_1%%</strong></p></blockquote>
<p><a href="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/07/product-details.png"><img class="alignnone size-full wp-image-475" style="border: 1px solid black;" title="product-details" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/07/product-details.png" alt="" width="651" height="263" /></a></p>
<p>Publish the page.</p>
<p>4. When you view the page, it will show the product&#8217;s details.</p>
<p><a href="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/07/product-details-example.png"><img class="alignnone size-full wp-image-476" style="border: 1px solid black;" title="product-details-example" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/07/product-details-example.png" alt="" width="672" height="332" /></a></p>
<p>That&#8217;s pretty much it as far as creating the Product details page is concerned.</p>
<h3>Where to use this</h3>
<p>Starting DAP v3.8, you can now take the permalink for this above page and enter it into the &#8220;<strong>Logged-in URL</strong>&#8221; field of the Product. This field is basically for specifying a Product-specific URL for showing users right after they login. So that way, when someone purchases this product, and logs in to your membership site, instead of showing the default member details page, you could show them just a product-specific page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/product-specific-details/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Importing Users In Bulk Into DAP</title>
		<link>http://www.digitalaccesspass.com/doc/importing-users-in-bulk-into-dap/</link>
		<comments>http://www.digitalaccesspass.com/doc/importing-users-in-bulk-into-dap/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 20:27:00 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[3rd Party Integration]]></category>
		<category><![CDATA[3rd Party List Integration]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[User Status]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=455</guid>
		<description><![CDATA[DAP allows you to import users in bulk from an external system or database.
Pre-requisites for Importing Users
1) You must have already created the Product into which the users will be imported
2) The user list has to be in a CSV (comma separated) format (one user per line), with the exact format being:
Email,FirstName,LastName
LastName is optional. So [...]]]></description>
			<content:encoded><![CDATA[<p>DAP allows you to import users in bulk from an external system or database.</p>
<h3>Pre-requisites for Importing Users</h3>
<p>1) You must have already created the Product into which the users will be imported</p>
<p>2) The user list has to be in a CSV (comma separated) format (one user per line), with the exact format being:</p>
<blockquote><p><strong>Email,FirstName,LastName</strong></p></blockquote>
<p>LastName is optional. So your user list could have just</p>
<blockquote><p><strong>Email,FirstName</strong></p></blockquote>
<p>Example:</p>
<blockquote><p>Joe@example.com,Joe,Customer<br />
Jill@anothersite.com,Jill<br />
Bob@another.com,Bob,Member</p></blockquote>
<h3>How to do the actual import</h3>
<p><a href="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/06/bulk-add-users.png"><img class="alignnone size-full wp-image-457" style="border: 1px solid black;" title="bulk-add-users" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/06/bulk-add-users.png" alt="" width="569" height="399" /></a></p>
<p>1. Go to Users &gt; Add &gt; &#8220;Bulk-Add Multiple Users To A Product&#8221;</p>
<p>2. Paste your CSV list into the large text area</p>
<p>3. Select the Product into which you want to import the users</p>
<p>4. Check the &#8220;Mark Users as Paid&#8221; checkbox if you want them to have &#8220;Paid&#8221; access to the content (just as if they are actual paying members). If you don&#8217;t check it, they will all have access as a &#8220;Free&#8221; user (instead of a &#8220;Paid&#8221; user), which means they will only have access to content within the Product that you have marked as &#8220;Free&#8221;.</p>
<p>5. Click on the &#8220;Bulk Add Users&#8221; button.</p>
<p>That will first save this entire list as a CSV file in your <strong>/dap/admin/bulk</strong> folder on your site.</p>
<p>And then, the next time the Hourly cron (dap-cron.php) runs, it will add them one by one to the product, and send them emails as per your Product set up.</p>
<p>So if your Product has the &#8220;Thankyou-Email&#8221; subject and body filled out, it will individually send out each of the users that <em>thankyou</em> email.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/importing-users-in-bulk-into-dap/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Troubleshooting 1ShoppingCart &amp; ClickBank Integration</title>
		<link>http://www.digitalaccesspass.com/doc/troubleshooting-1shoppingcart-clickbank-integration/</link>
		<comments>http://www.digitalaccesspass.com/doc/troubleshooting-1shoppingcart-clickbank-integration/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 17:23:35 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[1ShoppingCart]]></category>
		<category><![CDATA[3rd Party Integration]]></category>
		<category><![CDATA[ClickBank]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[Cron]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Integration with Shopping Carts]]></category>
		<category><![CDATA[Payment Integration]]></category>
		<category><![CDATA[Payment Setup and Integration FAQ]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Transactions]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=445</guid>
		<description><![CDATA[The same troubleshooting steps apply for both 1ShoppingCart &#38; ClickBank integration.
There are a few different reasons why this may not be working.
1. Cron Not Running
The DAP email-processing cron that processes the 1SC emails is not  running. Check your webhost control panel -&#62; Cron job settings. Make  sure dap-emailorder.php is setup to run once [...]]]></description>
			<content:encoded><![CDATA[<p><em>The same troubleshooting steps apply for both 1ShoppingCart &amp; ClickBank integration.</em></p>
<p>There are a few different reasons why this may not be working.</p>
<h3>1. Cron Not Running</h3>
<p>The DAP email-processing cron that processes the 1SC emails is not  running. Check your webhost control panel -&gt; Cron job settings. Make  sure <strong>dap-emailorder.php</strong> is setup to run once every 10 minutes.</p>
<h3>2. No Notification Emails from 1SC</h3>
<p>The DAP cron is running but 1SC payment notification emails are not  reaching your mail server. Check the email account where you expect to  receive your 1SC payment notification emails and see if the order  notification email from 1SC is in that mail box.</p>
<h3>3. Incorrect Mail Server Settings</h3>
<p>The cron is running and the 1SC order notification email is reaching your  mail server &#8211; but you did not configure the mail server settings correctly in  DAP Dashboard -&gt; Setup -&gt; Config -&gt; Payment Processing.</p>
<p><strong>Email Server Where Order Emails Come In</strong><br />
<strong>Email Server  User Name</strong><br />
<strong>Email Server Password</strong></p>
<h3>4.&#8221;Read&#8221; Or Deleted Emails</h3>
<p>DAP only processes order notification emails that are in the &#8220;Unread&#8221; status, to prevent previously processed emails and other non-DAP emails from being repeatedly processed.</p>
<p>Also, if you &#8220;pop&#8221; off the emails from that mail box (means, your email client like Outlook or Thunderbird or Gmail is &#8220;removing&#8221; your emails from the server when it retrieves them), it means that when DAP logs in to that billing email address, there are no emails there to be processed &#8211; the mailbox is empty, or the 1SC payment notification emails have somehow gotten deleted from that mailbox.</p>
<p>So it is possible that DAP is able to  connect to your email server, but DAP is not finding any &#8220;unread&#8221; emails.  Please login to your email server and mark all the payment emails that  you want DAP to process&#8230; as &#8220;unread&#8221;. And also make sure that your email client does not remove the emails from that mail box.</p>
<h3>5.Product Name Mismatch</h3>
<p>There might be a &#8220;Product Name&#8221; mismatch. The product name has to  be EXACTLY the same (including case, spaces, etc) in both DAP as well as  in 1ShoppingCart. So if you have created a product by name &#8220;Widget A&#8221;,  make sure your 1shoppingcart product also has the exact same name  &#8220;Widget A&#8221;.</p>
<p>If everything is setup correctly, DAP cron will run every 10 minutes  and try to process all 1SC emails.</p>
<p>The next time the DAP cron  will run (every 10 minutes), it will pick up all the unread payment  emails from 1SC.</p>
<h3>6. Empty &#8220;Thankyou-Email Body/Subject&#8221;</h3>
<p>Welcome email is not getting sent.</p>
<p>Select  the product, and make sure there is some text in the &#8220;Thankyou-Email  Subject&#8221; and &#8220;Thankyou-Email Body&#8221;. Whatever is in these fields is what  gets sent immediately after someone purchases that product (or right  after you give them access from the backend).</p>
<p>Now go to DAP Dashboard -&gt; Users -&gt; Add .</p>
<p>Select the  product and manually add user. Now see if the thankyou email gets sent to that email id. If it got sent, then your product setup is correct.</p>
<p>Also  check the DAP Dashboard -&gt; Orders . Search for all orders, look up the order for the particular user in question by email.</p>
<p>Check the payment status and make sure there is no error there.</p>
<p>If you did all this and things are still not working,  please do  this:</p>
<p>1. Set DAP Dashboard &gt; Setup Config -&gt; Basic &gt; Log Level = 5<br />
2. Re-run  the 1SC test purchase<br />
3. Check the DAP Logs (DAP Dashboard &gt; System &gt; Logs) and send us the log text in there for troubleshooting by pasting it into a new support ticket.</p>
<h3>7. Sending Email &amp; Password To Buyer</h3>
<p>Make sure you have set the thank-you message with the right merge tags for Email and Password.</p>
<h3>8. Manually Running Cron</h3>
<p>First set DAP Dashboard &gt; Settings &gt; Config &gt; Log Level = 5</p>
<p>If  you feel that the orders were not processed in dap, then just login to  the 1SC email account where the sales/payment notification emails are  sitting, and mark those orders/emails as UNREAD that you want dap to  process.</p>
<p>Then manually run the cron script dap-emailorder.php cron by visiting the following link in the browser.</p>
<p><strong>http://www.yoursite.com/dap/dap-emailorder.php</strong></p>
<p>Replace  yoursite.com with the name of your site.</p>
<p>It will just display an  empty screen when complete.</p>
<p>Then check &#8220;Users &gt; Manage&#8221; to see if user has been created.</p>
<p>- <strong>Veena Prashanth</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/troubleshooting-1shoppingcart-clickbank-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Duplicating Products</title>
		<link>http://www.digitalaccesspass.com/doc/duplicating-products/</link>
		<comments>http://www.digitalaccesspass.com/doc/duplicating-products/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 19:55:20 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Protecting Content]]></category>
		<category><![CDATA[Setup]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=440</guid>
		<description><![CDATA[If you have multiple products that have quite similar settings and content, you could save time by starting with just one product (either the lowest level, or the highest level), and then using the &#8220;Save As New&#8221; button to make an exact copy of that product, and then adding or removing content from this new [...]]]></description>
			<content:encoded><![CDATA[<p>If you have multiple products that have quite similar settings and content, you could save time by starting with just one product (either the lowest level, or the highest level), and then using the &#8220;Save As New&#8221; button to make an exact copy of that product, and then adding or removing content from this new copy to create new products.</p>
<p>So, let&#8217;s say you have say 3 membership levels: <strong>Silver</strong>, <strong>Gold</strong> and <strong>Platinum</strong>.</p>
<p>&#8220;Gold&#8221; will have all the content that &#8220;Silver&#8221; has, plus some more.</p>
<p>&#8220;Platinum&#8221; will probably have everything from &#8220;Gold&#8221;, plus some more.</p>
<p>So the way you could save time setting up all these 3 levels, is to either start with the lowest level, or the highest level.</p>
<p>Let&#8217;s say you start with the lowest level, &#8220;Silver&#8221;.</p>
<p>So create the &#8220;Silver&#8221; product fully, set up all the content dripping, email dripping etc.</p>
<p>And then once you&#8217;re done, while still editing the &#8220;Silver&#8221; product, click on the &#8220;Save as New&#8221; button (next to the &#8220;Save&#8221; button on the Product page).</p>
<p>That will create an exact duplicate of the &#8220;<strong>Silver</strong>&#8221; product &#8211; with all of its settings, content dripping and email dripping intact. And this copy will be called &#8220;<strong>Silver Copy</strong>&#8221; (just the text <em>Copy</em> added to the end). And this new copy will already be selected for you.</p>
<p>Now rename this new product from &#8220;Silver Copy&#8221; to &#8220;Gold&#8221;, save it, and then continue to add more content to it.</p>
<p>Then, finally, when &#8220;Gold&#8221; is fully ready, again do a &#8220;Save As New&#8221;, which would create a &#8220;Gold Copy&#8221; product.</p>
<p>Rename the &#8220;Gold Copy&#8221; product to &#8220;Platinum&#8221;, save it, and continue to add more content and emails to it.</p>
<p>Get the drift?</p>
<p>NOTE: On the flip site, you could also start by creating the &#8220;Platinum&#8221; product first, and then keep doing a &#8220;Save As New&#8221; and continue stripping out content to create the lower membership levels.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/duplicating-products/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Silent Import</title>
		<link>http://www.digitalaccesspass.com/doc/silent-import/</link>
		<comments>http://www.digitalaccesspass.com/doc/silent-import/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 18:46:37 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Bulk Email]]></category>
		<category><![CDATA[Cron]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Email Resources]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=433</guid>
		<description><![CDATA[You wish to do what we call a &#8220;silent&#8221; import. Basically, you don&#8217;t want DAP to send out the instant &#8220;thanky-you&#8221; email to the users being imported. Here&#8217;s how you do it with DAP.
1. Remove the &#8220;ThankYou-Email Subject&#8221; and &#8220;ThankYou-Email Body&#8221; from the Product into which you wish to import users. Save it in a [...]]]></description>
			<content:encoded><![CDATA[<p>You wish to do what we call a &#8220;silent&#8221; import. Basically, you don&#8217;t want DAP to send out the instant &#8220;thanky-you&#8221; email to the users being imported. Here&#8217;s how you do it with DAP.</p>
<p>1. Remove the &#8220;ThankYou-Email Subject&#8221; and &#8220;ThankYou-Email Body&#8221; from the Product into which you wish to import users. Save it in a text file for later, and save the Product.</p>
<p>2. Go ahead and do the bulk-add of users from &#8220;Users &gt; Add &gt; Bulk-Add Multiple Users To A Product&#8221;.</p>
<p>3. Wait for the DAP Hourly Cron to run and finish importing all users. Since the &#8220;ThankYou-Email Subject&#8221; and &#8220;ThankYou-Email Body&#8221; of the Product is empty at the time of import, DAP won&#8217;t send out those emails.</p>
<p>4. Once all the users have been imported, put back the &#8220;ThankYou-Email Subject&#8221; and &#8220;ThankYou-Email Body&#8221; text content, and save the Product.</p>
<p><strong>OPTIONAL</strong></p>
<p>5. At a later point, if you want, you can send out an Autoresponder email or a Broadcast email with the merge codes for the email and password, if you want the newly imported users to get their passwords.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/silent-import/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Users Via DAP Signup Form</title>
		<link>http://www.digitalaccesspass.com/doc/adding-users-via-dap-signup-form/</link>
		<comments>http://www.digitalaccesspass.com/doc/adding-users-via-dap-signup-form/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 04:57:57 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=380</guid>
		<description><![CDATA[DAP allows you to create an opt-in form to directly sign-up users to your Product (which also acts as a &#8220;list&#8221; if you only want to drip or broadcast emails).
This is very similar to creating a sign-up form at Aweber or 1ShoppingCart, and allowing people to directly sign up by entering just their First Name [...]]]></description>
			<content:encoded><![CDATA[<p>DAP allows you to create an opt-in form to directly sign-up users to your Product (which also acts as a &#8220;list&#8221; if you only want to drip or broadcast emails).</p>
<p>This is very similar to creating a sign-up form at Aweber or 1ShoppingCart, and allowing people to directly sign up by entering just their First Name &amp; Email Id.</p>
<h2>How To Generate Direct Signup Form HTML</h2>
<p>1) Create a Product or select an existing Product</p>
<p>2) Click on the link below the product list that says &#8220;Direct Signup Form HTML&#8221;</p>
<p><a href="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/04/directsignup1.png"><img class="alignnone size-full wp-image-381" style="border: 1px solid black;" title="directsignup1" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/04/directsignup1.png" alt="" width="500" height="465" /></a></p>
<p>3) That will bring up a little pop-up that will have the HTML for the signup form.</p>
<p><a href="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/04/directsignup2.png"><img class="alignnone size-full wp-image-382" style="border: 1px solid black;" title="directsignup2" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/04/directsignup2.png" alt="" width="500" height="495" /></a></p>
<p>4) The form looks something like this:</p>
<blockquote><p>&lt;form name=&#8221;dap_direct_signup&#8221; method=&#8221;post&#8221; action=&#8221;http://www.YourSite.com/dap/signup_submit.php&#8221;&gt;<br />
&lt;table&gt;<br />
&lt;tr&gt;&lt;td&gt;First Name: &lt;/td&gt;   &lt;td&gt;&lt;input type=&#8221;text&#8221; name=&#8221;first_name&#8221; size=&#8221;10&#8243;&gt;&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;&lt;td&gt;Email:&lt;/td&gt;    &lt;td&gt;&lt;input type=&#8221;text&#8221; name=&#8221;email&#8221; size=&#8221;10&#8243;&gt;&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;    &lt;td colspan=&#8221;2&#8243;&gt;&lt;input type=&#8221;submit&#8221; name=&#8221;Submit&#8221; value=&#8221;Sign Up&#8221;&gt;&lt;/td&gt;&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;productId&#8221; value=&#8221;1&#8243;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;redirect&#8221; value=&#8221;<strong>/dap/login.php?msg=Success!%20Your%20membership%20account%20has%20been%20created.%20%20Check%20your%20email%20address%20in%20a%20few%20minutes%20for%20your%20password</strong>&#8220;&gt;<br />
&lt;/form&gt;</p></blockquote>
<p>Paste the above form into any HTML page, or WordPress Page or Post where you want the direct sign-up form to appear.</p>
<p>The form already has all the code required to add the user to your member database, with &#8220;Free&#8221; access to the Product (for which you generated the HTML code)</p>
<p>That&#8217;s it!</p>
<h2>Frequently Asked Questions</h2>
<h3>Can this form be published on any site? Or can it be published only on the site where DAP is installed?</h3>
<blockquote><p>This form can be published on any web site &#8211; can be completely different from the site where DAP is installed. Please note that the above form submits to the url &#8220;http://www.YourSite.com/dap/signup_submit.php&#8221; &#8211; so doesn&#8217;t matter which site this form is published on, the user is always added to the site where DAP is installed, which is http://www.YourSite.com.</p></blockquote>
<h3>What happens after user signup?</h3>
<blockquote><p>If you note the text in bold in the above form (reproduced below)&#8230;</p>
<p>&lt;input type=&#8221;hidden&#8221; name=&#8221;redirect&#8221; value=&#8221;<strong>/dap/login.php?msg=Success!%20Your%20membership%20account%20has%20been%20created.%20%20Check%20your%20email%20address%20in%20a%20few%20minutes%20for%20your%20password</strong>&#8220;&gt;</p>
<p>&#8230; you&#8217;ll see that the default form redirects to the page <strong>/dap/login.php </strong>(which is the default dap login page) and<strong> </strong>on that page, displays on the message &#8220;Success! Your membership account has been created. Check your email addresss in a few minutes for your password&#8221;.</p></blockquote>
<h3>After Sign up is complete, how to redirect to a link of my choice?</h3>
<blockquote><p>In the form, you can modify the hidden field named &#8220;redirect&#8221; to any URL of your choice. Here are some examples:</p>
<p>&lt;input type=&#8221;hidden&#8221; name=&#8221;redirect&#8221; value=&#8221;<strong>http://www.SomeOtherNonDAPSite.com/thankyou.html</strong>&#8220;&gt;</p>
<p>OR</p>
<p>&lt;input type=&#8221;hidden&#8221; name=&#8221;redirect&#8221; value=&#8221;<strong>http://www.YourSite.com/2010/12/31/thank-you</strong>&#8220;&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/adding-users-via-dap-signup-form/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Content Access</title>
		<link>http://www.digitalaccesspass.com/doc/troubleshooting-content-access/</link>
		<comments>http://www.digitalaccesspass.com/doc/troubleshooting-content-access/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 18:39:56 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Access Control]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Protecting Content]]></category>
		<category><![CDATA[Protection FAQ]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=361</guid>
		<description><![CDATA[Some Important Basics
Use two different browsers for testing. Not two different browser tabs, but 2 completely different browsers &#8211; like Chrome and FireFox, or FireFox and Internet Explorer. Log in as DAP admin using one browser, and then as a regular user in another browser. That way, you keep the access separate, and your testing [...]]]></description>
			<content:encoded><![CDATA[<h3>Some Important Basics</h3>
<p>Use two different browsers for testing. Not two different browser tabs, but 2 completely different browsers &#8211; like Chrome and FireFox, or FireFox and Internet Explorer. Log in as DAP admin using one browser, and then as a regular user in another browser. That way, you keep the access separate, and your testing will be clean and easy.</p>
<p>If you are using, say, Firefox, you are logged in to DAP admin, and are browsing your blog or trying to access content on your blog, then you will only have access to the content that the admin user has access to. You, as the DAP Admin, DO NOT have automatic access to every product by default. You will have to manually give yourself access to every product you create. And if you want yourself to have &#8220;PAID&#8221; access, then you have to mark yourself as &#8220;PAID&#8221;.</p>
<p>That is because, if DAP gave you automatic access to all products, then you will go ahead and protect a blog post, try to access that blog post, and DAP will give you access to that content because you as admin have automatic access to the product. And then you will wonder &#8220;Hey, I protected a blog post, but I&#8217;m still seeing it.</p>
<h3><strong>I have protected a blog post as part of a Product. But I can still access it.</strong></h3>
<p><strong>Short Answer</strong>: If you have protected a post/page/file, try to access it,  and are able to do it, then <strong>it means you DO have access to it</strong>. Now let&#8217;s troubleshoot so that you understand the &#8220;how&#8221; and the &#8220;why&#8221;.</p>
<ul>
<li>Have you added the blog post to a Product? If you don&#8217;t add it to a DAP Product, the post/page/file won&#8217;t be protected.</li>
<li>Who are you logged in as? As DAP Admin? Or as a regular member?</li>
<li>Now if you search for this user by email id or last name on the &#8220;Users &gt; Manage&#8221; page, you will see that the user does have access to the product to which the post belongs</li>
</ul>
<p>Are you already logged in a a user who has access to that  link? Maybe logged in as DAP Admin, and that is why you are able to  access the link? If so, either log out of DAP, or visit your blog in a  completely new browser (if you&#8217;re logged in as DAP Admin in FireFox,  then visit your blog using Internet Explorer).</p>
<h3><strong>I have protected a blog post as part of a Product. User has access to it, but still can&#8217;t access it.</strong></h3>
<p><strong>Short Answer</strong>: If you have protected a post/page/file, try to access it,  and are able to do it, then <strong>it means you DO NOT have  access to it</strong>. Now let&#8217;s troubleshoot so that you understand the  &#8220;how&#8221; and the &#8220;why&#8221;.</p>
<ul>
<li>Who are you logged in as? As DAP Admin? Or as a regular member?</li>
<li>Whoever  you are logged in as, make sure that user (admin user or  regular user)  has access to the product to which the post belongs</li>
<li>Have you  added the post as a &#8220;PAID&#8221; or as &#8220;FREE&#8221;?</li>
<li>If you have marked the  post as &#8220;PAID&#8221;, make sure the user also is a  &#8220;PAID&#8221; user (either there  must have been a real transaction, or you must  have manually marked him  as &#8220;PAID&#8221;). Because free users cannot access  content that has been  marked as &#8220;PAID&#8221;.</li>
<li>Maybe the user&#8217;s access to the product has expired. Check the user&#8217;s &#8220;Access Start Date&#8221; and &#8220;Access End Date&#8221; for that product. The start date should be current (not be in the future) and the end date should be current (shouldn&#8217;t be in the past, which means his access to the product has expired)</li>
</ul>
<h3><strong>I don&#8217;t want the links to all my protected blog posts showing up on my blog&#8217;s home page<br />
</strong></h3>
<h2><strong> </strong></h2>
<p>Make sure you have &#8220;Sneak-Peek&#8221; turned off in the DAP Admin Config  section. Once you do that, posts that are protected will not be  displayed on the home page as well as if someone tried to visit the link  directly.</p>
<h3>Why do I see the &#8220;Lock&#8221; symbol on my blog&#8217;s home page?</h3>
<p>It&#8217;s possible that you have no published posts (it&#8217;s a new blog), or you have probably protected all of the posts by adding them all to a DAP Product.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">
<p>Have you added the blog post to a Product? If you don&#8217;t add it to a   DAP Product, the post or file won&#8217;t be protected.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/troubleshooting-content-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DAP Scenarios (Use Cases)</title>
		<link>http://www.digitalaccesspass.com/doc/dap-scenarios-use-cases/</link>
		<comments>http://www.digitalaccesspass.com/doc/dap-scenarios-use-cases/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 17:27:59 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=288</guid>
		<description><![CDATA[The Basics
There is no such thing as a &#8220;Free Product&#8221; or a &#8220;Paid Product&#8221;. A DAP &#8220;Product&#8221; by itself has no classification (like &#8220;Free&#8221; or &#8220;Paid&#8221;).
But the &#8220;Content&#8221; that is part of this Product, can be either &#8220;Free&#8221; or &#8220;Paid&#8221;.
So while you can&#8217;t really set up a &#8220;Free Product&#8221;, but you can create a Product, [...]]]></description>
			<content:encoded><![CDATA[<h3>The Basics</h3>
<p>There is no such thing as a &#8220;Free Product&#8221; or a &#8220;Paid Product&#8221;. A DAP &#8220;Product&#8221; by itself has no classification (like &#8220;Free&#8221; or &#8220;Paid&#8221;).</p>
<p>But the &#8220;Content&#8221; that is part of this Product, can be either &#8220;Free&#8221; or &#8220;Paid&#8221;.</p>
<p>So while you can&#8217;t really set up a &#8220;Free Product&#8221;, but you <em>can</em> create a Product, add content to it, and then say that the content is available for &#8220;Free&#8221; (meaning, available only to &#8220;Registered&#8221; members who have registered for &#8220;Free&#8221;).</p>
<p>Now, let&#8217;s see the different ways in which you can use DAP.</p>
<h3>Case 1: How to use DAP as an Email List</h3>
<ol>
<li>Create and save a Product (a DAP &#8220;Product&#8221; is same as &#8220;Membership Level&#8221; same as &#8220;Email List&#8221;)</li>
<li>Just add the Autoresponder email sequence to this product.</li>
<li>No need to add any content, because you&#8217;re not dripping content, but dripping just emails.</li>
<li>Click on the &#8220;Direct Signup HTML&#8221; link and copy the HTML</li>
<li>Publish the HTML on any page of your site, just like you would publish a signup form from Aweber or GetResponse.</li>
<li>The form collects &#8220;First Name&#8221; and &#8220;Email&#8221; from your visitor</li>
<li>Anyone who signs up through this form is given access to that Product, and added as a &#8220;Free&#8221; user</li>
<li>You can continue to drip autoresponder emails on them, and also send them email broadcasts.</li>
</ol>
<h3>Case 2: Free Signup. Then Promote Paid One-off Products</h3>
<ol>
<li>There are no time limits or trials here. User signs up for free. You continue to promote your products to them.</li>
<li>You will need to create 2 products here &#8211; 1 Free and 1 Paid</li>
<li>Create your paid Product &#8211; &#8220;Paid Product 1&#8243; as a Non-Subscription product (<strong>Is Recurring = No</strong>)</li>
<li>Set up the content protection, dripping (if any) and emails.</li>
<li>Create a new free Product  &#8211; &#8220;Free Product&#8221; &#8211; (which contains just free content and autoresponder emails)</li>
<li>Use Direct-Signup to signup users for &#8220;Free Product&#8221;.</li>
<li>&#8220;Joe Customer&#8221; signs up for free through this form, and becomes a free member.</li>
<li>Keep dripping free content and emails on them. In the emails, you can promote the sales page(s) for your Paid Product(s).</li>
<li>When Joe Customer eventually buys &#8220;Paid Product 1&#8243;, then now Joe automatically get access to &#8220;Paid Product 1&#8243;.</li>
<li>When you search for Joe Customer&#8217;s email on the Users &gt; Manage screen, you will see that Joe now has access to 2 products: &#8220;Free Product&#8221; and &#8220;Paid Product 1&#8243;</li>
</ol>
<h3>Case 3: Free Trial with Forced Continuity Forever</h3>
<ol>
<li>You offer a 30-day free trial. After trial, subscription payments every 30 days, forever, until they cancel their subscription.</li>
<li>Set up a Product in DAP as&#8230;<br />
<strong>Is Recurring</strong>: Yes<br />
<strong>Recurring Cycle 1</strong>: 30<br />
<strong>Recurring  Cycle 2</strong>: 30<br />
<strong>Recurring Cycle 3</strong>: 30</li>
<li>You can&#8217;t really do a &#8220;free&#8221; trial. You must charge at least 1 penny ($0.01) [<em>because otherwise, Paypal (for instance) doesn't send the right information in the IPN. And credit card processors won't even validate the credit card if you try to charge $0.00, so when it's time for the subscription to be charged after a month, you will see a lot of declines and rejected cards</em>].</li>
<li>Set up your buy button (in Paypal, ClickBank, 1ShoppingCart, etc) to match the above subscription set up in DAP (from Step #2 above): A $0.01 trial for 30 days, then recurring payments of $X every 30 days, forever (never ends).</li>
<li>Make sure you use the same <em>Product Name</em> in both DAP and in your buy button.</li>
<li>Publish the button on your sales page. When someone clicks on the button and signs up (you&#8217;ve already set up the payment processor integration during setup), DAP will automatically give them access to this product for 30 days (Recurring cycle 1).</li>
<li>After 30 days, if subscription payment comes in as scheduled, then the user&#8217;s &#8220;Access End Date&#8221; is extended by another 30 days. So they will get access to all the dripped content from Day #31 to Day #60.</li>
<li>If user cancels before the trial is over (or their subscription payment fails for some reason), then their &#8220;Access End Date&#8221; stays the same, which means it <a href="http://www.digitalaccesspass.com/doc/cancellations-and-refunds/" target="_blank">automatically expires</a>.</li>
</ol>
<h3>Case 4: Paid Monthly Recurring Product with No Free Trial</h3>
<ol>
<li>Create a Product in DAP as&#8230;<br />
<strong> Is Recurring</strong>: Yes<br />
<strong>Recurring Cycle 1</strong>: 30<br />
<strong>Recurring Cycle 2</strong>: 30<br />
<strong>Recurring Cycle 3</strong>: 30</li>
<li>Set up your buy button (in Paypal, ClickBank, 1ShoppingCart, etc) to  match the above subscription set up in DAP (from Step #1 above): Instant payment of $X + Recurring payments of $Y every 30 days, with an forever (never ends).</li>
<li>Make sure you use the same <em>Product Name</em> in both DAP and in  your buy button.</li>
<li>Publish the button on your sales page. When someone clicks on the  button and signs up (you&#8217;ve already set up the payment processor  integration during setup), DAP will automatically give them access to  this product for 30 days (Recurring cycle 1).</li>
<li>After 30 days, if subscription payment comes in as scheduled, then  the user&#8217;s &#8220;Access End Date&#8221; is extended by another 30 days. So they  will get access to all the dripped content from Day #31 to Day #60.</li>
<li>If user cancels before the trial is over (or their subscription  payment fails for some reason), then their &#8220;Access End Date&#8221; stays the  same, which means it <a href="http://www.digitalaccesspass.com/doc/cancellations-and-refunds/" target="_blank">automatically expires</a>.</li>
</ol>
<h3>Case 5: All Free Content, Available only to &#8220;Registered&#8221; Members, Dripped Content</h3>
<ol>
<li>You wish to make all of your content available for free, but users must &#8220;Register&#8221; first (i.e., sign-up using their email id) so that you can continue to send them emails and drip content so that they don&#8217;t get it all on day #1 and then un-subscribe from your list.</li>
<li>Create a Product, say, called &#8220;Marketing Tips&#8221;.</li>
<li>Set &#8220;Is Recurring&#8221; to &#8220;N&#8221;.</li>
<li>Add content to this product (blog posts, files, etc). Set up the drip for this content (day #1, day #7, etc)</li>
<li>Set up email autoresponders, if any, and add to this product.</li>
<li>Click on &#8220;Direct-Signup HTML&#8221; on the Product page, copy signup-form HTML, publish on any page of your web site.</li>
<li>&#8220;Joe Member&#8221; signs up for free through this form, and becomes a  free member.</li>
<li>DAP will keep dripping free content and emails on members.</li>
</ol>
<h3>Case 6: All Free Content, Available only to &#8220;Registered&#8221; Members,All available Day 1</h3>
<ol>
<li>Almost everything is the same as <strong>Case 5</strong> above.</li>
<li>Except when you set up the dripping, set all of your content to be available on Day #1.</li>
<li>So when user signs up through your squeeze page, they have access to all of the content right away.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/dap-scenarios-use-cases/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How Do Members Get Added To Your Membership Site</title>
		<link>http://www.digitalaccesspass.com/doc/how-do-members-get-added/</link>
		<comments>http://www.digitalaccesspass.com/doc/how-do-members-get-added/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 17:28:35 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[1ShoppingCart]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[ClickBank]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Integration with Shopping Carts]]></category>
		<category><![CDATA[Payment Integration]]></category>
		<category><![CDATA[Payment Setup and Integration FAQ]]></category>
		<category><![CDATA[Paypal]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Username & Password]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=71</guid>
		<description><![CDATA[(OR) How do members get access to the content
(OR) How does someone become a member?
With DAP, you can add users to your membership site in 3 different ways.
1.  PURCHASE: Someone buys your product or subscribes (&#8220;Paid&#8221; member with access to both free and paid content)
2.  FORM SIGNUP: Someone signs up through a signup form (&#8220;Free&#8221; [...]]]></description>
			<content:encoded><![CDATA[<h3>(OR) How do members get access to the content</h3>
<h3>(OR) How does someone become a member?</h3>
<p>With DAP, you can add users to your membership site in 3 different ways.</p>
<p>1.  <strong>PURCHASE</strong>: Someone buys your product or subscribes (&#8220;Paid&#8221; member with access to both free and paid content)</p>
<p>2.  <strong>FORM SIGNUP</strong>: Someone signs up through a signup form (&#8220;Free&#8221; members with access to only free content)</p>
<p>3. <strong>ADMIN ADDED</strong>: You add them as a member directly through the DAP Admin Control Panel (you can mark them as either &#8220;free&#8221; or &#8220;paid&#8221;)</p>
<p>All three are explained in detail below.</p>
<h3>1. PURCHASE</h3>
<p>*You first create a &#8220;Sales Page&#8221;.</p>
<p>On your sales page, depending on which payment processor you use, you go to Paypal/1ShoppingCart/ClickBank and create a new product with the EXACT same name as the product you created within DAP, and get the &#8216;Buy Button&#8217; link from your Payment Processor. Publish this &#8220;Buy Button&#8221; on your sales page.</p>
<p>* Your visitor goes to your sales page</p>
<p>* They purchase your product</p>
<p>* Your payment process (Paypal/1ShoppingCart/ClickBank) notifies DAP that you have a new purchase.</p>
<p>* If the product names match, DAP automatically creates an account for them, generates a random password, and sends them an email with their email/password. You can customize the contents of this email on the &#8220;Templates&#8221; screen in your DAP Admin Control Panel. Integration with your shopping cart explained elsewhere (see documentation for setup).</p>
<p>That&#8217;s it!</p>
<p>That&#8217;s how &#8220;buyers&#8221; get added to your membership site and get access to the product they just purchased.</p>
<p>2.  <strong>FORM SIGNUP</strong>:</p>
<p>You wish to give someone a &#8220;Free&#8221; membership.</p>
<p>NOTE: &#8220;Free&#8221; members who do not have a payment associated in DAP (which means they have not purchased anything) will have access only to content that you have marked as &#8220;Free&#8221;.</p>
<p>Once you have created a Product in DAP, and have added content (blog post/page links, links to files, etc), and have saved it, on the Product page, below the Product name list, you will see a link called &#8220;Direct Signup HTML&#8221;. (See image below). You must first select a Product before you can copy the correct form HTML.</p>
<p><strong>Fig 1. Direct Signup Link on Products page</strong></p>
<p><img class="alignnone size-full wp-image-94" title="dap-direct-signup" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2009/06/dap-direct-signup1.jpg" alt="dap-direct-signup" width="588" height="458" /></p>
<p><strong>Fig 2. Form HTML that you get on clicking the Direct Signup Link</strong></p>
<p><strong><br />
</strong></p>
<p><strong><img class="alignnone size-full wp-image-95" title="dap-direct-signup-onclick" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2009/06/dap-direct-signup-onclick.jpg" alt="dap-direct-signup-onclick" width="456" height="321" /><br />
</strong></p>
<p>This HTML gives you the full HTML form code that you can publish on any page of your web site. This form only collects an <em>email address</em> and a <em>first name</em>.</p>
<p>Take this HTML code and publish it on page of your web site where you want sign up users. This could be a WP page or post too.</p>
<p>Note: When you see the above HTML code, there&#8217;s a field in there that looks like this:</p>
<blockquote><p>&lt;input type=&#8221;hidden&#8221; name=&#8221;redirect&#8221; value=&#8221;<strong>http://YourSite/Your-login-page-link/?msg=Success!%20Your%20membership account%20has%20been%20created.%20%20Check%20your%20email%20address%20in%20a%20few%20minutes%20for%20your%20password</strong>&#8220;&gt;</p></blockquote>
<p>Don&#8217;t forget to change the text above, where it says &#8220;<strong>http://YourSite/Your-login-page-link/?&#8230;&#8221; </strong>to point to your actual domain name and to your actual login page (if you have customized it).</p>
<p>Then, when someone enters their email address and first name and signs up through the signup form, DAP creates an account for them using that email address, creates a random password, and sends them an email with their email/password.</p>
<p>After that, you can drip any content or emails on them that are marked as &#8220;Free&#8221; (when adding content or emails).</p>
<p>At some later point, if they purchase any of your &#8220;Paid&#8221; products (see the &#8220;1. Purchase&#8221; section above), then as long as they use the same email id during purchase, DAP will automatically give them access to all of the &#8220;Paid&#8221; content in the Product that they just purchased.</p>
<p>3. <strong>ADMIN ADDED</strong>:</p>
<p>If you wish to directly give someone access to a Product and all its content and emails, you can add them directly from the DAP Admin screen (<strong>Users </strong>&gt;<strong> Add/Edit</strong>).</p>
<p>You just need their email id and their first name (both of which they can change subsequently) to add them to a Product.</p>
<p>While adding them, you have the option of marking them as a &#8220;Paid&#8221; user by checking the &#8220;Mark as Paid&#8221; checkbox.</p>
<p>If you don&#8217;t check this check box, then they will be added as a &#8220;Free&#8221; user and get access only to &#8220;Free&#8221; resources (content/emails).</p>
<p>But if you check the &#8220;Mark as Paid&#8221; checkbox, then they will get access to all &#8220;Paid&#8221; content and emails, just like someone who is actually a &#8220;Paid&#8221; member.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/how-do-members-get-added/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
