Hi all - haven't been in for some time!

I have had some T&C drawn up and was wondering if anyone would know where I could place some html code that I got hold of and how to make it effective....I am after  simple yet effective check box for agreement with say a name box etc

Thought it might be useful for others too. If anyone knows anything better or that is out there, could you let me know? 

Sadly it wont accept the html that I already have.....

Thank you so much everyone and Jen of course!

Views: 107

Replies to This Discussion

The best way to add a page for T&C is a new page - - http://yournetwork.com/page/page/new. Otherwise you need to be a premium Ning Network with access to the File Manager. If you have this access, you can upload your HTML file via My Network/Content/File Manager. After you upload the HTML file, give it a custom URL (customize link). Use the custom link for your menu tab link/URL.

Best Regards,

Jen

Hi Jen you are amazing - thank you so much I had no idea we could even create a new page. I can do that, where does this show up? How do I re find it once made? We have the ordinary subscription I think......I found this pre-written stuff on the net, not sure if it will work.

Here is the code I have, we are just after knowing who accepts....Sorry for being so dumb on this stuff....I created a new page and hid it for now and the code below is accepted on there, but when you click accept it doesn't go anywhere or tell us anyone has accepted anything.

Am I way off base with trying to do this? Thanks again for any ideas or anyone that has something similar that I could use....

<script language="JavaScript" type="text/javascript">// <![CDATA[
//Accept terms & conditions script (by InsightEye www.insighteye.com)
//Visit JavaScript Kit (http://javascriptkit.com) for this script & more.

function checkCheckBox(f){
if (f.agree.checked == false )
{
alert('Please check the box to continue.');
return false;
}else
return true;
}
// ]]></script>
<form action="/yourscript.cgi-or-your-page.html" method="GET" onsubmit="return checkCheckBox(this)"><!--Enter your form contents here--> <b>By submitting, I am in agreement with the Terms &amp; conditions.</b><br />
I accept: <input type="checkbox" value="0" name="agree" /> <input type="submit" value="Submit form" /> </form>

RSS

Members

© 2024   Created by JenSocial.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Home
VIP Ning Tips