Title: Contact Form 7 to Robly
Author: macbookandrew
Published: <strong>2016년 5월 4일</strong>
Last modified: 2017년 9월 27일

---

플러그인 검색

![](https://ps.w.org/cf7-robly/assets/banner-772x250.jpg?rev=1410362)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://ps.w.org/cf7-robly/assets/icon-256x256.jpg?rev=1410362)

# Contact Form 7 to Robly

 작성자: [macbookandrew](https://profiles.wordpress.org/macbookandrew/)

[다운로드](https://downloads.wordpress.org/plugin/cf7-robly.1.2.5.zip)

 * [세부사항](https://ko.wordpress.org/plugins/cf7-robly/#description)
 * [평가](https://ko.wordpress.org/plugins/cf7-robly/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/cf7-robly/#installation)
 * [개발](https://ko.wordpress.org/plugins/cf7-robly/#developers)

 [지원](https://wordpress.org/support/plugin/cf7-robly/)

## 설명

[Robly](https://www.robly.com/) 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](https://ko.wordpress.org/plugins/cf7-robly/support@robly.com?subject=API access)
to get an API ID and key for your account.

## 스크린샷

 * [[
 * Settings screen
 * [[
 * Per-form settings
 * [[
 * Custom fields

## 설치

 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.  a. Add a hidden field named `robly_lists`: `[hidden robly-lists]`
     b. Get the ID numbers of the appropriate lists from Robly: go to [lists summary](https://app.robly.com/email/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**)
     c. 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
     d. For an example, look in the plugin folder at [js/advanced-checkboxes.js](https://github.com/macbookandrew/cf7-robly/blob/master/js/advanced-checkboxes.js)

## FAQ

  What is Robly?

[Robly](https://www.robly.com/) 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](https://ko.wordpress.org/plugins/cf7-robly/support@robly.com?subject=API access)
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.

## 후기

![](https://secure.gravatar.com/avatar/c417fa94e5df46bd0dea4f1f42e28059f5f0b438af1b3b240b518dd1950cc1ea?
s=60&d=retro&r=g)

### 󠀁[Real saver for me](https://wordpress.org/support/topic/real-saver-for-me/)󠁿

 [](https://profiles.wordpress.org/billrodgers/) 2016년 9월 3일

Robly allows one return/thanks URL but we wanted to be able to track each form and
create goals in Google. Between those two problems we were not able to use Robly’s
form builder or pop up forms. Using Contact Form 7 in conjunction with this excellent
plugin we were able to overcome both our hurdles. Bonus is that it really easy to
set up. Once you are connected to Robly this plugin pulls in all your lists and 
you choose the fields. Easier to use than main Contact Form 7 even. At the time 
of this review, I don’t see very many downloads of this add on but that’s because
Robly isn’t as popular as some of the other list/newsletter software such as Mail
Chimp. But someone using Robly, this plugin does a great job and for me is a life
saver.

 [ 모든 1 평가 읽기 ](https://wordpress.org/support/plugin/cf7-robly/reviews/)

## 기여자 & 개발자

“Contact Form 7 to Robly”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ macbookandrew ](https://profiles.wordpress.org/macbookandrew/)

[자국어로 “Contact Form 7 to Robly”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/cf7-robly)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/cf7-robly/)는, [SVN 저장소](https://plugins.svn.wordpress.org/cf7-robly/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/cf7-robly/)을
[RSS](https://plugins.trac.wordpress.org/log/cf7-robly/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.2.5

 * Update documentation

#### 1.2.4

 * Fix a bunch of PHP undefined index issues for new installations

#### 1.2.3

 * Fix issue preventing form submission if no sublists are set for that form

#### 1.2.2

 * Update readme

#### 1.2.1

 * Fix some sublist and field caching issues if credentials not set on first run

#### 1.2

 * Add support for custom fields

#### 1.1.1

 * Fix some array bugs
 * Ignore more field types that don’t make sense for Robly data fields

#### 1.1

 * Major upgrade
 * Add individual form and field settings to capture all data
 * Add option to ignore a form

#### 1.0.3

 * Check for email address in submitted data

#### 1.0.2

 * Improve debugging

#### 1.0.1

 * Add GitHub Plugin Updater URL

#### 1.0

 * Initial plugin

## 기초

 *  버전 **1.2.5**
 *  최근 업데이트: **9년 전**
 *  활성화된 설치 **30+**
 *  워드프레스 버전 ** 4.3 또는 그 이상 **
 *  다음까지 시험됨: **4.8.28**
 *  언어
 * [English (US)](https://wordpress.org/plugins/cf7-robly/)
 * 태그:
 * [cf7](https://ko.wordpress.org/plugins/tags/cf7/)[contact form](https://ko.wordpress.org/plugins/tags/contact-form/)
   [contact form 7](https://ko.wordpress.org/plugins/tags/contact-form-7/)[form](https://ko.wordpress.org/plugins/tags/form/)
   [forms](https://ko.wordpress.org/plugins/tags/forms/)
 *  [고급 보기](https://ko.wordpress.org/plugins/cf7-robly/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  1/5-별점 후기     ](https://wordpress.org/support/plugin/cf7-robly/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/cf7-robly/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/cf7-robly/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/cf7-robly/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/cf7-robly/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/cf7-robly/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/cf7-robly/reviews/)

## 기여자

 *   [ macbookandrew ](https://profiles.wordpress.org/macbookandrew/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/cf7-robly/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://cash.me/$AndrewRMinionDesign)