Category Archives: CalendarScripts

Squeeze Page in Arigato PRO Autoresponder

From version 2.4.2 the WordPress autoresponder plugin Arigato PRO supports a very easy method for creating squeeze / landing page. Everyone who have tried to do this with a WordPress blog knows how much pain usually this is and that it often requires installing more plugins or a special squeeze theme.

Well, no more, at least with Arigato PRO. Just go to the “Squeeze page” in the menu and you’ll see a form like this:

squeeze-settings

This form lets you select whether your blog homepage will be the “Squeeze” or a selected published post or page. Then all you need to do is to place the HTML code of a complete landing page in the box, and add the Arigato subscribe form code for the mailing list you want to use.

If you prefer to use the shortcode syntax you need also to add the script code that is displayed under the big box (not shown here).

The HTML code you enter should contain a complete HTML page with header and body tags. The WordPress header will not be added.

If you need samples, you can find many free landing page templates online. We are going to offer some Arigato-specific ones in the near future.

If you want to see a live demo of such page have a look at our demo blog.

How To Use Contact Form 7 in WatuPRO “Final Screen”?

Before answering this, I recommend you to request contact information using this built-in method of WatuPRO. You can also have emails sent with the quiz plugin so in most cases you don’t really need to integrate a contact form in the quiz output.

If you still need to do it, it’s easy. Just switch off “Ajax” for the selected quiz from WatuPRO Settings page, section “AJax in quizzes“. Once you do this, you can include the Contact form 7 shortcode in the “Final page / quiz output” are and it will work.

Contact form 7 will not work in Ajax-loaded page so the above setting is absolutely required.

InstaMojo Integration for WatuPRO

This is no longer functional.

Instamojo completely revamped their interface and removed the old way of working with their system without any notice so we are not willing to continue development for their platform.

Instead of this integration, Instamojo users can sell quizzes through WooCommerce, using our free WooCommerce bridge and Instamojo’s official WooCommerce integration.

********************

OLD INSTRUCTIONS FOR REFERRENCE ONLY:

This plugin will let users from India who have the Intelligence module for WatuPRO to sell access to quizzes via the Instamojo payment service. (Of course you can also use the Woocommerce bridge.)

The plugin requires WatuPRO version min. 4.7.3.3 and 4.7.3.4 if you want to also use the couponĀ  codes feature.

Download watupro-instamojo here (18 KB)

How To Use It

Install the plugin and activate it. A new menu item will appear under your WatuPRO menu. The item is called “Instamojo integration”:

instamojo

Before you can proceed you need the following:

  • Your API key and Auth token. Once you have an Instamojo account you can obtain these from the Developers section.
  • A dynamic payment link. The link must have a fixed price and “Pay what you want” options selected.
  • The link must also have two custom fields added in the Advanced Settings section in your Instamojo link management page. One of the fields should be called item_id and the other field should be item_type.
  • It needs to have “Custom redirection URL” attribute also set up. You can see the URL in your “Instamojo Integration” page in WatuPRO.

Once all this is done, ensure a couple more things:

1. You must enter the field identifiers of the custom fields in the Instamojo Integration page. The field indentifiers are visible in the “Custom fields” section of the Instamojo link management page for the given link. You need to mouse over the field names to see the identifiers.

2. You have to enter the following code inside your “Other payment instructions” box in WatuPRO Settings page (exactly as you see, just copy and paste)

[watupromojo-button amount="[AMOUNT]" item_id="[EXAM_ID]" item_type="[ITEM_TYPE]"]

other-methods

This will generate a payment link on your paid quizzes. It can work along with all other payment methods. The payment link has class “watupromojo-button” so feel free to style it.