Top Banner
www.GeniusContacts.com © GeniusContacts – All rights reserved - 2013 Plugin WordPress : GeniusContacts Signup Form 4.5
20

How to integrate a subscription form with WordPress using a free plugin?

Sep 14, 2014

Download

Business

This plugin connects WordPress with your GeniusContacts Account and allows you quickly and easily add a signup form for your GeniusContacts list and to embed a subscription form on your site with various options for how the form is displayed and submitted.
Start using GeniusContacts Signup Form in less than 2 minutes via the WordPress Setting GUI!
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 2: How to integrate a subscription form with WordPress using a free plugin?

www.GeniusContacts.com © GeniusContacts – All rights reserved - 2013

You are using WordPress, but…

How to integrate a Signup Formwithout any coding needed?

This plugin connects WordPress with your GeniusContacts Account andallows you quickly and easily add a signup form for yourGeniusContacts list and to embed a subscription form on your site withvarious options for how the form is displayed and submitted.

Start using GeniusContacts Signup Form in less than 2 minutesvia the WordPress Setting GUI!

Page 3: How to integrate a subscription form with WordPress using a free plugin?

www.GeniusContacts.com © GeniusContacts – All rights reserved - 2013

Why choosing GeniusContactsSignup Form for Wordpress?

• GeniusContacts has created a WordPress plugin for quickly integrating subscription forms into your WordPress blogs & web sites

• You can easily embed signup/subscription forms without any coding needed

• You can then upgrade WordPress at any time without losing your subscription form code/placements.

• The GeniusContacts Email Marketing plugin connects WordPress with your email marketing software and allows you to choose a signup/subscription form to embed (as a widget) anywhere on your site

Page 14: How to integrate a subscription form with WordPress using a free plugin?

www.GeniusContacts.com © GeniusContacts – All rights reserved - 2013

Using the shortcode

• You can also display your form anywhere WordPress shortcodes are allowed. Just use this shortcode once you have configured your form settings in the WordPress admin section: [GeniusContacts]

• An example in a blog post body:

Page 16: How to integrate a subscription form with WordPress using a free plugin?

www.GeniusContacts.com © GeniusContacts – All rights reserved - 2013

Form width

• The plugin will detect the form width you have set in GeniusContacts (under Integration when creating the form). If you want to adjust the width, you must do this in GeniusContacts, and then click “Refresh” in the widget area:

Page 17: How to integrate a subscription form with WordPress using a free plugin?

www.GeniusContacts.com © GeniusContacts – All rights reserved - 2013

Advanced settings

• There are some advanced settings that let you control the following aspects of your Subscription/Signup form:1. Option to Add subscriber (default

behavior) or Sync subscriber (performs edit if the subscriber already exists).

2. How the form is submitted: standard page reload, or Ajax.

3. Whether or not to use the standard form CSS that GeniusContacts supplies.

4. Whether or not to use your own custom form action URL.

Page 18: How to integrate a subscription form with WordPress using a free plugin?

www.GeniusContacts.com © GeniusContacts – All rights reserved - 2013

Then…

• Here are some key things to be aware of, regarding the advanced settings:

– If you choose Sync, that requires using Ajax to submit the form because our standard form process handler does not work with Ajax so we included a custom API script with the plugin that does the actual sync (through our API).

– You can also use Sync with your own custom action URL (with or without Ajax), presumably a script that you have set up to perform the add/edit via our API.

– Using the Ajax option requires that jQuery be enabled for your WordPress installation. Here is one way of enabling it.

– When using Ajax there will be a <div> that appears above the Subscription/Signup form that contains the result message. You can style this element by targeting this ID: form_result_message in your CSS. Example below:

Page 19: How to integrate a subscription form with WordPress using a free plugin?

www.GeniusContacts.com © GeniusContacts – All rights reserved - 2013

And…

• Any time you use your own custom action URL you will have to use our API to submit the data.

• If you don’t keep the original form CSS, it will simply strip out all CSS that comes with the form. Example screenshot with CSS removed: