Newbie Form Question

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
Icarus
Forum Newbie
Posts: 1
Joined: Fri Dec 12, 2003 10:16 am

Newbie Form Question

Post by Icarus »

Hi all,

I have a checkout form with a billing info section and a shipping info section. I want to add a checkbox selection if billing and shipping are the same. I then want the shipping section to auto populate if the checkbox is selected. I have seen this done everywhere but can't get a handle on it.

Can someone point me in the right direction?

Thanks,
Icarus
matthiasone
Forum Contributor
Posts: 117
Joined: Mon Jul 22, 2002 12:14 pm
Location: Texas, USA
Contact:

Post by matthiasone »

the sections are on the same page...then you will have to use a javascript...or reload the page

Matt
Post Reply