Results 1 to 4 of 4

Thread: looking for a popup contact form

  1. #1
    Join Date
    Jan 2009
    Location
    NH
    Posts
    675
    Thanks
    98
    Thanked 26 Times in 26 Posts

    Question looking for a popup contact form

    currently I am using a form from 123ContactForm.com on this page:
    http://portsmouthgreekfestival.com/sponsors.html go down the page just a bit and look for the link that says Sponsorship Contact Form. When you click the link a popup opens with the form to fill out.

    I would like to find a script where I can accomplish this without going through 123ContactForm.com and thereby eliminating their name on the form.

    here is the code where the Sponsorship Contact Form goes:
    Code:
    <h2 style="text-align:center">
    <script type="text/javascript" src="http://www.123contactform.com/includes/tinybox/tinybox.js"></script>
    <link rel="stylesheet" href="http://www.123contactform.com/includes/tinybox/tinyboxstyle.css"/>
    <a href="javascript:"  onclick="TINY.box.show({iframe:'http://www.123contactform.com/form-320662/Vendor-And-Sponsor-Contact',boxid:'frameless',width:900,height:500,fixed:false,maskid:'bluemask',maskopacity:40})">Sponsorship Contact Form</a></h2>
    Can someone point me in the right direction?
    thanks
    Mike
    Last edited by mlegg; 06-23-2012 at 02:27 AM. Reason: added code

  2. #2
    Join Date
    Mar 2011
    Posts
    2,144
    Thanks
    59
    Thanked 116 Times in 113 Posts
    Blog Entries
    4

    Default

    Is this the kind of thing you're looking for?

  3. #3
    Join Date
    Jan 2009
    Location
    NH
    Posts
    675
    Thanks
    98
    Thanked 26 Times in 26 Posts

    Default

    Yes something like that. I downloaded that previous to making this thread. The one thing I don't like is that it uses an image to click. I want to use a text link, so when I was messing around with that I just eliminated the img src and made it a text link.

    I am not good at all in the code for this. I want to have more options in the form similar to how I have the form in my original post link.

    or would it be better/easier for me to use this and then ask about adding more options in the coding for the form?

  4. #4
    Join Date
    May 2012
    Location
    Hitchhiking the Galaxy
    Posts
    1,013
    Thanks
    46
    Thanked 139 Times in 139 Posts
    Blog Entries
    1

    Default

    Quote Originally Posted by mlegg View Post
    Yes something like that. I downloaded that previous to making this thread. The one thing I don't like is that it uses an image to click. I want to use a text link, so when I was messing around with that I just eliminated the img src and made it a text link.

    I am not good at all in the code for this. I want to have more options in the form similar to how I have the form in my original post link.

    or would it be better/easier for me to use this and then ask about adding more options in the coding for the form?
    You could probably just take the code and then add any things you want to it in order to achieve what you did with your first link.
    Bernie

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •