Log in

View Full Version : looking for a popup contact form



mlegg
06-23-2012, 02:24 AM
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:

<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

keyboard
06-23-2012, 05:29 AM
Is this (http://www.html-form-guide.com/contact-form/simple-modal-popup-contact-form.html) the kind of thing you're looking for?

mlegg
06-23-2012, 02:40 PM
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?

bernie1227
06-23-2012, 11:08 PM
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