开发者 | corymbus |
---|---|
更新时间 | 2022年10月29日 19:29 |
捐献地址: | 去捐款 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 6.0.3 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
[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 subscriptionslug
is the slug of your Corymbus web page. The tenant/slug
combination is what follows pages/
in the entire URLattr1
, 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.[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.
[corymbus-forms]
shortcode in your pages/posts/... as described abovePlease send an email to contact@corymb.us. We will be pleased to help!