Popup form

Home Forums Quform WordPress Popup form

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14853
    asif
    Participant

    Hi anyone can help me I want the contact us link in header on home page should open the popup form but I can not find the php file in wordpress theme folder to add this line.

    “<?php if (function_exists(‘iphorm’)) echo iphorm(FORM_ID); ?>”

    Adding the form to a theme PHP file
    You will need the unique ID number of your form to do this, you can find this number at the top of the form builder when editing a form or on the list of forms. Once you have it, insert the code below to your WordPress theme PHP file and replace FORM_ID with the unique ID number.

    1
    <?php if (function_exists(‘iphorm’)) echo iphorm(FORM_ID); ?>

    #14860
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy