Corymbus Forms

Corymbus Forms provides the [corymbus-forms] shortcode which lets you easily embed in your website a web form/page published from the Corymbus CRM.

Author:Corymbus SAS (profile at wordpress.org)
WordPress version required:4.7
WordPress version tested:6.0.3
Plugin version:1.1.3
Added to WordPress repository:27-10-2022
Last updated:29-10-2022
Rating, %:0
Rated by:0
Plugin URI:https://corymb.us/en/wordpress-plugin
Total downloads:1 443
Active installs:10+
plugin download
Click to start download

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.


Screenshots
FAQ
ChangeLog