What I’m facing now is this:
I’m trying to call a form created by Form Maker from the XYZPHP snippet code and the form does not display on the webpage.
Here is what i have in XYZPHP Snippet code:
<?php
echo”[Form id=’10’]”; //[Form id=’10’] is the form ID created by Form Maker snippet code
?>
the output on webpage is: [Form id=’10’], no fields or anything else is displayed when call the form.
Is there any way I can call and display the [Form id=’10’] form on webpage when called from XYZPHP Snippet code?
Please let me know and many thanks.
-
This reply was modified 4 years ago by imahir518.
-
This reply was modified 4 years ago by imahir518.