Not sure if this form uses PHP or Javascript?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
AnonSolutions
Forum Newbie
Posts: 1
Joined: Thu Feb 18, 2010 9:03 am

Not sure if this form uses PHP or Javascript?

Post by AnonSolutions »

This is a weird question but anyways...

I need to get a form from another website (this is legal as I will be an agent) and need to get the form to come to me, I will be using Jumi to get it working so not sure if I need Joomla or PHP?

The form is over here:

http://getry.com/weight-calculator-test ... lator.html

If anybody know what code to change to make this form work to my email it would be great!

the Javascript files are over here:

http://getry.com/weight-calculator-test ... ateform.js
http://getry.com/weight-calculator-test ... ormcalc.js
http://getry.com/weight-calculator-test ... alidate.js

The address I would like the form to go to is: info (@) vincentmoving.com

Thanks
abushahin
Forum Commoner
Posts: 42
Joined: Wed Nov 25, 2009 12:35 pm
Location: london

Re: Not sure if this form uses PHP or Javascript?

Post by abushahin »

You need to use post or get to take the form data across to any other page same with cross domains. so once they click the get estimate button it needs to be posted or get to the other page your referring to.
Post Reply