Version 1.2.0 Fully encrypted
>> Do you want to personalize your (email) marketing?
>> Create more conversions?
>> Help your customers manage their personal data?
>> Do you want that members can edit personal info without login to a website?
>> And all of this with one WordPress plugin for € 49,00 per year?
You have a great product that solves a specific problem of your customers. And you’ve promised your boss that this is going to be a real gold mine.
So, you have set up a website (optimized for mobile, of course) where customers can make their purchase and launched an e-mail marketing campaign to attract customers.
But the results are miserable.
People click on the links in the e-mail or in the ad. In fact, the Click-Through-Rates are close to 10 percent. But the bounce rates are huge. And, most importantly, there is no conversion whatsoever.
When you start investigating what has gone wrong, you check the text of the e-mail and the ad. But looking at the click data that is not the cause of the problem.
So, it must be the landing page. You check the design, the copywriting, the offer, maybe the Call-To-Action… do some A/B-testing… nothing works really well.
Many business owners and marketers like you have the same problem.
They have wonderful products and services, great offers and good ads to ensure people will buy them. But once it comes to converting the leads online, they’re going off the track.
In fact, average conversion rates for regular e-mail campaigns are about 2%.
And more often than not, this is not because the landing page isn’t well written or because of design issues.
It has to do with one simple thing: the offer is not personalized.
As a result, the customer thinks that he’s on a generic sales page.
That is a huge turn-off. And it does not have to be that way!
Research has shown that personalized offers have average conversion rates of 16,5% as people feel that you take them seriously. Therefore, they’re simply inclined to trust you more.
The way to personalize your online offer is to use a personalized url where you greet your customers in a personal, warm way. And this is exactly what the Purl plugin can help you do.
Using a purl conversion can be up to 17%. That’s a lot of new customers. Just think of the lifetime value that you will create for your company!
So, are you ready to give your landing page a personal touch and increase conversions to put your sales back on track?
The purl plugin helps you create personalized landing pages (Purl) for your customers and leads that can be accessed by one click on a link. You can use the link in your e-mails and newsletters to increase the chances that your subscribers will be converted into buyers and loyal fans.
You can use The Purl Plugin to:
Besides that, the Purl-plugin has several formats and was developed as an add-on on Formidable Forms Pro. You can connect software to Formidable Forms to automate your complete marketing process. Note that you will need to purchase the Formidable Form Pro plugin separately.
In the plugin you can choose from 5 formats; you can use only one per project:
Purlplugin is compatible with Wordpress 5.1 and Formidable Forms 3.06 You
will always receive the latest version of Purlplugin, which is 1.2.0 at this moment.
For € 49,00 per year, you will get the plugin + updates + support on the functionality of the plugin for as long as you stay customer.
When you purchase the plugin, you will receive an e-mail to register at our website. This will help you to set up your support account. Once you’ve registered successfully, the menu on the website will show you the support option.
You can use that support option any time you have questions or if you require support you can add a ticket to our ticket system. The tickets will be answered within 1 business day.
In addition, you can find the answers to queries from other clients as well, so you can always check if the answer to your question is already available.
The plugin has been developed by Erik Plomp. With more than 20 years of experience in the online and offline marketing world, Erik understands better than anyone else what marketers need: a personalized approach. Erik combines a targeted approach to your problem with a warm personality. Cooperation is his keyword.
Because Erik has a background in marketing automation, he will work with you to make the plugin work best for your business. And if you don’t have any experience in web design or if you don’t feel like implementing the plugin yourself, don’t worry because Erik will help you. So, if you want to know more about Erik Plomp, visit erikplomp.nl or connect via linkedin.com/in/erikplomp/
So, are you ready to jumpstart your marketing by using the purl-plugin? We now offer a no-risk trial. If you want to cancel your subscription within 30 days, you can. You can submit a refund request by email at sales@purlplugin.com.
These are examples:
https://purlplugin.com/jacob-jansen-bhjz7/
[Prepopulated form, administrative example]
Membership page (live site) Dutch
https://www.cjbrijnland.nl/willem-deboer-4tsr0/
or
https://purlplugin.com/jim-rock-s0cq5
[Marketing landingpage example]
This is a site which is used in a scatch and wincampaign:
It’s a testpage, because this campaign is active.
What is programmed:
This is a winning page:
An example Purl from someone who checked one code:
https://www.krabactie.nl/banaan-osesb
The complete code for a scratch and win-website can be purchased. Contact me.
This is essential, use this order:
(Otherwise you can get an error with saving in the database)
For the plugin. we must follow these steps:
You can read the steps below:
To get the addon working you need to install Formidable Forms, and Formidable Forms Pro. After that you can install ” The Purl” as a regular Plugin.
Visit “Purlsettings” in Formidable Forms, fill in your Licensecode you received by mail and activate the plugin.
The next thing is to add the standard form. Open Formidable Forms and import the form. The standard Purlform is saved in the plugin. Open the purl.zip and find demoform
That’s it. The Plugin and demoform are installed.
You can use the mail that sends from the form. Use the fields to build your purl. For example when you use a companyname to build a purl this is the code you can use:
<a href=”https://www.yourdomain.com/[86]-[key]” target=”_blank”>Your personal page</a>
[86=new copy of companynamefield] = companyname [key]= the pincodeBecause all spaces are removed in the companyname, you need to add some php with a snippitsplugin. Create a new field for example businessname. It will copy the businessname to the new field without spaces.
<?php
add_filter(‘frm_validate_field_entry’, ‘copy_my_field’, 10, 3);
/**
*
* Grab a formidable forms field, strip all spaces and copy it to a new field
*
* @param $errors
* @param $posted_field
* @param $posted_value
*
* @return mixed
*/
function copy_my_field($errors, $posted_field, $posted_value){
if ( $posted_field->id == 172 ) { //172 is the newly made field
$old_entry = $_POST[‘item_meta’][86];
$new_entry = str_replace(‘ ‘, ”, $old_entry);
$_POST[‘item_meta’][$posted_field->id] = $new_entry;
}
}
This example shows the use of images, depending on the person. You can use an image you want to show to a visitor, depending on his answer.
https://purlplugin.com/jim-rock-s0cq5
The first step is to create a new form, which contains all possible images.
In the Purlform you use a lookupfield to search for options. (If you want the visitor to choose)
When creating a marketingcampaign with preselected choices you can import the imagefield (use th url from the image) in the imagefield from your entry.
You can use it on 2 domains. For example your main domain and a local installation. You will receive a license for valid for 2 domains for 1 year.
You can choose to select fields that needs to be encrypted in the database. You can leave it, when it’s not needed. These fields will be exported encrypted when exporting a csv-file. So sent the data to an e-mailadres when they are edited. (use formactions in Formidable) You can always lookup the information in the form, but not in the database. So, use this fieldoption (encryption) only for secret data. Like personal info or creditcardinformation.
After installing the Plugin and demoform you need to select the Purlformat. You can always change the format. The format will be set for new entries; added manual or as import.
Go to >>Formidable>>Purl Settings. Select the format you want to use for your project. It’s advised to use only one format per project, per website.
Above formats will show as: yourdomain.ext/firstname.lastname for example. Enter the ID or ID’s from the Purlform(s). You can create another form by coping the first form. Importing the demoform for the second time does not create a new form.
If you want to set another format: deactivate The Purl (plugin) and activate it. You can select a new format after that. Please also reselect your format after updating the plugin. The Plugin after version 1.1.0 also has a option to enter fields to encrypt.
When you use a purlformat with the pincode in the url, the fields firstname & lastname are locked in that format. When using the company.pincode-version, the companyfield is locked. It is an extra way to prevent misuse. When the link is shared or stolen. If you do not want these fields to be locked, please use the version without integrated pincode.
After the firstpage that your visitors see, you can lead them to a followingpage. In this page you can also use personalised fields. This is the way to create a followuppage that not can be viewed when quessing the page-entry.
In the below section of your form; add for example: Field Company is equal to
And Detail Page Slug: entrykey = ID
You can use , [Firstname] or [Lastname] to check if the entrykey belongs to the visitor. If not; when the entrycode in the url is manually edited it shows an error.
Create a new page: in this case: “nextpage”. Place the view in the page.
Now you can use the complete followuppage with the url:
“https://purlplugin.com/nextpage/?entrykey=[id]”
This url can be placed in the redirect field.
If you just want to show a page without the Form, you can created a page to show personalised data on. You might use it as followup page.
You can use for example:
“https://purlplugin.com/form/?entry=4ob0g&firstname=test”
Go to: Your Form>Views> add new. Name it. And select ” use entries from form: your form”. Select viewformat: ” Both”.
In the contentsetting, place your text, images, and personalised fields. You can use the fields from the form (on the right of your page) in the text; for example [88] = firstname.
At the bottom of the view, set entry als detail page slug = key.
Add for example Firstname is equal to if you want to check if the firstname from the url (“&firstname=test”) with the firstname from the entry. This is an extra check.
Save your view.
Goto the page “form” and Insert the created view.
Now your page is personalised.
Place these specific url’s into the redirect fields from the form. With this personal redirectoption you can redirect people to other pages than a standardpage. Let your creativity free!
Use the redirectquestions from the standardform that’s installed at start as demoform. If you do not use these questions, just delete the questions and use the standard redirect.
To view all visits for your form just use the “Reports” function in your form.
Just an idea. When people visit their purl they might ask you to send all the data your company has stored about them. Just add a field with: “Send me all the data you have about me” . After that you can automate with an email that you receive that respons from the system. Or you can send the data that is stored in the form. Both simple automated solutions.
The reason why we have chosen for Formidable to develop “The Purl” on their platform, is that you can automate alsmost anything. Webhooks, Api’s, emailreminders, Automated pagecreation. Please visit the forum on formidableforms.com to find out. Please take a look at Zapier if you want to connect platforms. You can buy an addon for Zapier which you can use in Formidableforms.
The fields Firstname, Lastname and company should not be replaced, changed or dragged to another location in the form. They are needed for creation of the Purls.
You can set these fields to ” invissible” for visitors.
To use all the data of the Purlform export it to csv. Go to: Formidable>Import/Export and choose export. Only csv will work. The pincode and purl are added to the csv. Now you can sent it to your printprovider or import it in your e-mailmarketingtool.
When you import entries with the standard functionality of Formidable Forms, you can connect all fields from the csv to the datafields of your Purlform. The Pincode and Purl are automaticly created. It doesn’t matter if this is for 100 visitors or 20.000. (It will take some time, that’s the difference).
What is essential? Ensure yourself that the first 3 colums of your csv importfile are Firstname, Lastname, Company. If you put them in another column, the purl will be mixed-up and incorrect. It will not load even.
If you want visitors to DELETE their own data you can add this to the form:
[deletelink label=”Delete my data”, page_id=211]Go to: Form>Settings>Customize HTML.
At the bottom of the form insert the text to “After Fields”
[deletelink label=”Delete my data”, page_id=211] In page_id, use the page-id you want the customer to be redirected after deletion.Because it’s hard to find who deleted his entry, you can set an emailalert. And the visitor asked to delete all his or her data, so you need to know who it is. So create this alert and delete the person in all of your systems.
Go to: Form>Settings>Form actions>Create emailnotification, and set as trigger ” Delete”.
Now you will be notified after an entry is deleted.
This is the way to create personalised content.
When you install the plugin there will be created a page: purlform. This should not be renamed!
Go to: Your Form>Views> add new. Name it. And select ” use entries from form: your form”. Select viewformat: ” Both”.
In the contentsetting, place your text, images, and personalised fields. You can use the fields from the form (on the right of your page) in the text; for example [88] = firstname.
At the bottom of the view, set entry als detail page slug = ID.
Save your view.
Goto the page “Purlform” and Insert the created view before
Now your page is personalised.
To show the content from the database, you need to use “views”. Views are a function that only work in the paid version. More about views:
https://formidableforms.com/knowledgebase/create-a-view/
A refund for a new license for our plugin must be requested within 30 days of purchase date. The money back guarantee applies to "The Purl" from Purlplugin.com (this website). You can submit a refund request by email at sales@purlplugin.com.
After the refund your license will be deactivated.
Buy your subscription here:
If you want me to install it:
Please order both products separately.
Purlplugin is compatible with Wordpress 5.1 and Formidable Forms 3.06 You
will always receive the latest version of Purlplugin, which is 1.2.0 at this moment.