Corymbus Forms provides the [corymbus-forms] shortcode which lets you easily embed in your website a web form/page published from the Corymbus CRM.
Évaluations
Mis à jour récemment
October 29, 2022
Version
1.1.3
Installations actives
10

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.

Syntaxe

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.
  • valeur1, valeur2 etc. sont les valeurs optionnelles de chaque attribut HTML.

Exemple

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"]

Les attributs supplémentaires style, width et height seront appliqués à la balise IFRAME intégrant le formulaire web, et feront en sorte que le bord soit invisible, et que le formulaire est affiché avec les bonnes largeur et hauteur.

Gratuitsur le plan Creator
En procédant à l’installation, vous acceptez les Conditions d’utilisation de WordPress.com ainsi que les Conditions de l’extension tierce.
Installations actives
10
Testé jusqu’à version
6.0.9
Cette extension est disponible en téléchargement pour être utilisée sur votre installation WordPress auto-hébergée.