Freelancers Network
 
skill list top cap
Homepage
Join the Freelancer's Network
Update your details
Find a freelancer
Post a project
Find a project
Projects Archive
Post a job
Find a job
Jobs Archive
See Dan's Pages
See Andy's Pages
Link to this site
Resources
Join/Leave Forum
Forum Messages
+Additions+ Adverts
Advertising
Contact Us
Subscribe to our newsletter - enter your email address and hit return
Freelancers.net is owned and operated by Andy Stowell and Dan Winchester
skill list end cap
guru web hostcom

Find me again on Freelancers.net

FN-FORUM: Sorry, I'm back again ..... anyone any experience of Fabrik Component in Joomla? .. or maybe its just the php I've screwed up!

date posted 9th May 2008 13:44

OK, things are working great now on the form, but now the client has asked
for additional information that is currently being emailed, to be added to
the database (previously only certain fields were stored).

Code I've got on the form is further down.

The thing is when I try to get the additional fields (or even one of them!)
to be added to the database, nothing is being added, so I am obviously
missing something somewhere, and its really frustrating me.

Thanks for taking the time to read the email.

Allan





function checkForm() {

alert(document.requestForm.myframe.width);

if (document.requestForm.email.value=='') {
alert("Please enter your Email!");
return false;
}
if (document.requestForm.Postcode.value=='') {
alert("Please enter your Postcode!");
return false;
}
if (document.requestForm.query.value=='') {
alert("Please enter your Query!");
return false;
}
if (!document.requestForm.Terms.checked) {
alert("You must agree to the terms");
return false;
}

return true;
}
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
href=mylink;
else
href=mylink.href;
window.open(href, windowname, 'width=400,height=600,scrollbars=yes');
return false;
}
//-->






Messages by Day
May 13th 2008
May 12th 2008
May 11th 2008
May 10th 2008
May 9th 2008
May 8th 2008
May 7th 2008
May 6th 2008
May 5th 2008
May 4th 2008
May 3rd 2008
May 2nd 2008
May 1st 2008


Messages by Month
May 2008
April 2008
March 2008
February 2008
January 2008


Messages by Year
2008
2007
2006
2005
2004
2003
2002
2001
2000