Show ESPO page to another Site

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abhilash.kumar.niit
    Member
    • Sep 2024
    • 34

    Show ESPO page to another Site

    Hi is it possible to call an espo form to another system?
    i want to show the form to the another site in the iframe is it possible to render the form?
  • yuri
    Member
    • Mar 2014
    • 8647

    #2
    Hi,

    Do you need it specifically for a Lead Capture Web Form or for entire Espo?
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment


    • abhilash.kumar.niit
      abhilash.kumar.niit commented
      Editing a comment
      I need it for some custom objects which i have made in espo but i want to show those forms in another system.
  • yuri
    Member
    • Mar 2014
    • 8647

    #3
    You can add to data/config-internal.php

    Code:
    'clientXFrameOptionsHeaderDisabled' => true,
    It will prevent blocking the iframe content by browsers.

    Note that this parameter is likely to be replaced with another one in the future for some reasons. It may be still functional for backward compatibility for some years.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...