 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
Adam.Thomas
Joined: 24 Oct 2009 Posts: 3
|
Posted: Sat Oct 24, 2009 5:26 am Newbie Form Help |
|
|
|
I'm new here and I know just enough about HTML to be dangerous... I've read quite a few pages and tutorials on form creation but I haven't found one that seems to answer my question
I'm helping out a friend who owns a small business. Right now she she has what could be called a bill of sale (invoice) that she hand writes. What I'm trying to do is create a basic web form where she can input information (name, address, phone number, prices, etc.). When she hits submit the information is organized, formatted and a few, simple calculations are performed. The only goal right now is to create a printable page, there is no need to retain the data (although at some point that might be nice too).
I can create the "form" but I'm not quite sure what to do next. If anyone could point me in the right direction I would greatly appreciate the assistance.
Thanks!
Adam |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 4289 Location: MS
|
Posted: Sat Oct 24, 2009 5:44 pm |
|
|
|
Hi Adam. Not sure what you mean by direction. You created the form. I take it you created the php form processor file or have one installed on the server to do what needs to be done when the Submit button is clicked. The form's action="" attribute is where the form is to be sent. That could redirect to another page that has the information in printable form if that's what you need.
I don't do PHP, so that will be up to you to get that work done if that's how you need it done.
A printable page uses certain guidelines to make it printer compatible. In fact a separate link to a CSS "print" file can be made. |
|
Adam.Thomas
Joined: 24 Oct 2009 Posts: 3
|
Posted: Mon Oct 26, 2009 11:36 am |
|
|
|
Thanks for the help. Maybe I'm more confused that I thought I was (which is very likely!). When I said I created a "form" I meant in HTML, no script of any kind. I just figured I could add the appropriate script at some point in time. I really don't know much about scripting and I guess that's what I meant being pointed in the right direction.
Didn't know about CSS for printing. Thanks for the heads up. |
|
Adam.Thomas
Joined: 24 Oct 2009 Posts: 3
|
Posted: Mon Oct 26, 2009 11:38 am |
|
|
|
In the past I had done a "contact" form where it sent an email. That worked just fine. I guess I thought that doing this was just as easy (at least the concept sounded easy to me).
Thanks again! |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 4289 Location: MS
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|