11152005 1345 GMT-5 Hi Greg. Well first off, take all the data on that form you have and decide what you are going to do with it once you have it. Are you going to receive an email with it? Are you going to create a database and have it all stored for easy reference? What?
The form itself is super easy to create, is creating a good form that is user friendly that you want to be thinking about. For example, last years form has multiple categories: Team/Boat, Captain, Angler(x) and Fee sections. Do you want to address each one individually or all in one form. I would suggest you create the form presentationally with CSS instead of tables. Is there anything that you have to check for: like the same name on two different teams? That type of logic is what PHP is good at. After you have your planning done then you can actually code. Wade Greg Gawlikowski wrote: >First let me introduce myself. My name is Greg and I have been on this list >for some time now. Most of the time as a lurker, but I have gathered much >valuable information from all of you here. I mainly do photography mostly >for fishing tournaments (my site is www.endlessimagery.com), but over the >last year I have gotten more and more into web design for some of the >fishing tournaments that I service. Well, I am doing a site for the Grove >Harbour Fishing Rodeo (www.groveharbourrodeo.net) and I need to do a >registration form that I will eventually link into a paypal account so that >boats/anglers can register for the tournament. > >Basically, the form needs to look like the one from last years tournament >which can be seen by going to www.groveharbourrodeo.com and clicking on the >application link at the bottom of the page. Basically, I do not know where >to start. Can anyone on here help me out or give me a link to some material >to read that will help me of the title of some books that will help me make >forms. ANY help on this matter would be greatly appreciated as I want to >get this done sometime within the next few days. Thanks in advance. > >Greg Gawlikowski > > >Greg Gawlikowski -- President -- Endless Imagery Photography, Inc. >Specializing in fishing tournament photography since 2003... >www.endlessimagery.com -- [EMAIL PROTECTED] >15601 SW 137th Avenue #4 Miami, FL 33177 >(786)488-3619 > > > > > > > > > > >Community email addresses: > Post message: [email protected] > Subscribe: [EMAIL PROTECTED] > Unsubscribe: [EMAIL PROTECTED] > List owner: [EMAIL PROTECTED] > >Shortcut URL to this page: > http://groups.yahoo.com/group/php-list >Yahoo! Groups Links > > > > > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/HKFolB/TM --------------------------------------------------------------------~-> Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
