• Hi, I have 100 pages on my wordpress site and have to embed a customised HTML form (made from Zoho CRM) on each page.

    I wanted to check if there is a funcationality in WordPress where I can put the customised form at a single place and it can get embedded on all pages or do i need to go on each page, edit it and embed the form.”

    Pls help know how this can be done in a single step.

    Thx
    Satnam Kumar

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    If Zoho CRM supports to show your form with a shortcode then yes it should be fairly easy to add it to all pages as for as long as they share the same template file, for example ‘page.php’.

    To explain further you can edit that template file of your theme and add <?php echo do_shortcode('[name_of_shortcode]'); ?> wherever you want to show your form.

    That would be the easiest way I guess to insert it to multiple pages at once.

    Best regards,
    Konstantinos

    Hi Satnamk,
    In WordPress, you can put put your zoho CRM code in header.php (which is is your theme).
    This file is a art of every WordPress page.
    So put once in header.php and it will be every where.

    The other option is to create shortcode and put shortcode everywhere.
    So in future, if you would like to change the HTML of the form, you just need to change in function file where you have created a shortcode and it will take effect everywhere.

    Hope this will help to some level

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Do I need to go each page for a Change Form?’ is closed to new replies.