• Hello,

    How can I add a custom pop up form to my wordpress blog. I have a travel website and I want to add my trip booking form as pop up to wordpress, just like the subscribe newsletter form that people add. Is it possible?

Viewing 3 replies - 1 through 3 (of 3 total)
  • I was using IceGram on all our WP installations for client popups during the holiday season in 2015. I was able to define multiple campaigns, choose the placement of the popup as far as what pages it was triggered on (or all pages), set up the frequency of the popup (we set ours to once a day for our clients) and was able to use CSS to style the popups exactly as we wanted. It saved us a lot of time and was fairly intuitive to use.

    Thread Starter mayank29gupta

    (@mayank29gupta)

    Hi Bob,

    Thanks for the reply. Can I add a form with code similar to below in the icegram?

    <script type="text/javascript">
    form_format='4';
    form_title='Are you Planning your Trip?';
    form_subtitle='Get Quotes to compare';
    form_width='450px';
    form_lang='en';
    form_bgcolor='#40E4C9';
    form_bordercolor='#95BFD9';
    form_fontcolor='#000000';
    form_headbg='#FFFFFF';
    form_headtext='#9C0000';
    form_fontfamily='Verdana';
    form_typeid='';
    form_leadtype='undefined';
    form_afid='15033';
    form_redirect='';
    </script>
    <script type="text/javascript" SRC='https://site.com'></script>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Add Pop Up Form to WordPress’ is closed to new replies.