Linux 软件免费装
Banner图

Contact Form 7 to Robly

开发者 macbookandrew
更新时间 2018年12月30日 03:38
捐献地址: 去捐款
PHP版本: 4.3 及以上
WordPress版本: 4.8.2
版权: GPLv2 or later
版权网址: 版权信息

标签

email form marketing forms contact form submission contact form 7 customer cf7 automation submissions robly

下载

1.2.1 1.2.2 1.2.3 1.2.4 1.2.5

详情介绍:

Robly is a paid email marketing service provider that helps you send emails to large numbers of people at once and allows contacts to be in multiple lists for targeted marketing purposes. Using Robly’s API, this plugin adds Contact Form 7 submissions to one or more Robly lists, including custom fields. This plugin requires an active Robly account as well as Contact Form 7. You’ll also need to contact Robly support to get an API ID and key for your account.

安装:

  1. Upload this folder to the /wp-content/plugins/ directory or install from the Plugins menu in WordPress.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to Settings > CF7 to Robly in WordPress, enter your Robly API ID and key, and save the settings.
  4. On each of your Contact Form 7 forms, go to the “Robly Settings” tab and specify the list(s) you would like to add submissions to, as well as specifying the form fields and Robly data fields. Save the contact form.
  5. If you need advanced list handling (adding contacts to specific lists based on which checkboxes are active, etc.):
  6. Add a hidden field named robly_lists: [hidden robly-lists]
  7. Get the ID numbers of the appropriate lists from Robly: go to lists summary and click on a list. The URL will have a value paramater with the ID field you need (example: https://app.robly.com/email/contacts?lookup_type=sub_list&value=11111)
  8. Use Javascript on the frontend to watch for changes and dynamically set the robly_lists field value to a comma-separated list of the Robly list IDs
  9. For an example, look in the plugin folder at js/advanced-checkboxes.js

屏幕截图:

  • Settings screen
  • Per-form settings
  • Custom fields

常见问题:

What is Robly?

Robly is a paid email marketing service provider that helps you send emails to large numbers of people at once.

What do I need to use this plugin?

This plugin requires an active Robly account as well as Contact Form 7. You’ll also need to contact Robly support to get an API ID and key for your account.

API-what?

API stands for “Application Programming Interface,” which basically means computer code that is able to talk to other computer systems and get or send information. Most API providers require an API key of some sort (similar to a username and password) to ensure that only authorized people are able to use their services.

What info is sent or received?

  1. When you install the plugin and enter your API ID and key, your WordPress site will contact the Robly API, asking for all the lists you have set up in your account. You are then able to choose certain lists to which contact form submissions are added, and those choices are saved in your WordPress options.
  2. When somebody submits a contact form, WordPress will contact the Robly API and search for that email address in your Robly account. If found, it will update their information according to the settings you specified; otherwise, it will create a new contact with the contact information and add them to the list(s) you selected.

I have a hard-coded HTML field and it doesn’t show up in the list of fields; what do I do?

  1. Click the “Add a custom field” button at the bottom of the Robly settings section.
  2. In the “Custom Field Name” field, enter the name attribute of your custom field.
  3. Choose the Robly field(s) for the custom field and save the contact form.

更新日志:

1.2.5 1.2.4 1.2.3 1.2.2 1.2.1 1.2 1.1.1 1.1 1.0.3 1.0.2 1.0.1 1.0