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

Corymbus Forms

설명

Once you have created a web page/form within Corymbus, you can embed it in any WordPress content thanks to the [corymbus-forms] shortcode. The web form/page will be embedded in a HTML IFRAME.

Syntax

The syntax is as follows:

[corymbus-forms page="tenant/slug" attr1="value1" attr2="value2" ... ]

Where:

  • tenant is the encoded identifier of your Corymbus subscription
  • slug is the slug of your Corymbus web page. The tenant/slug combination is what follows pages/ in the entire URL
  • attr1, attr2 etc. are optional HTML attributes to be given to the IFRAME embedding the web form/page.
  • value1, value2 etc. are the optional values of each HTML attributes.

Example

If the URL of your Corymbus web form is [https://srv.corymb.us/pages/2xy54zt6bc/my-contact-form], as shown in the Corymbus web page view, then you may embed it in WordPress with the following shortcode:

[corymbus-forms page="2xy54zt6bc/my-contact-form" style="border: none" width="50%" height="600px"]

The additional attributes style, width and height will be applied to the IFRAME tag encapsulating the web form, and will ensure that no border is visible, and that the form is presented with the proper width and height.

스크린샷

  • The webpage view in Corymbus shows the tenant/slug combination.

설치

  • Log into the WordPress administration dashboard
  • In the main menu, go to Plugins > Add New
  • Enter Corymbus Forms in the search box
  • Click Install Now in the plugin preview box
  • Click the Activate link to enable the plugin
  • You can now insert the [corymbus-forms] shortcode in your pages/posts/… as described above

FAQ

The shortcode does not show any web page/form, what should I do?

  • Make sure that you have installed AND activated the plugin from the WordPress settings.
  • Make sure the tenant and slug are correct. To avoid any typo, you can copy-paste them from Corymbus.

Who should I contact for help?

Please send an email to contact@corymb.us. We will be pleased to help!

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

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

기여자

자국어로 “Corymbus Forms”(을)를 번역하세요.

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

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.3

  • Fix issue on version tag

1.1.2

  • Improve handling of optional contact.id query parameter to prefill web forms with contact information.

1.1.1

  • Add handling of contact.id to prefill web forms

1.0

  • First version of the plugin.