Page 1 of 4 123 ... LastLast
Results 1 to 10 of 31
  1. #1
    Member
    Join Date
    Dec 2008
    Posts
    59
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Cool Order forms... How do you do yours?

    I'm trying to build an order form for my Design for Print Company - but it isn't going well.

    Because of the wealth of products I have available, I am building a form for each of them, but that would also mean building a sendmail.php for all of them, that would not only max out my disk space, but also take a LONG time...

    I'm just wondering how you guys make your order forms, and whether they are in putted into a database, or emailed to you?

    Any advice or inspiration would be welcomed!

    GC

  2. #2
    Administrator Boss Hog's Avatar
    Join Date
    Mar 2008
    Posts
    3,443
    Thanks
    65
    Thanked 30 Times in 28 Posts
    Unfortunately this is not something I can advise on as it is waaay over my head, hence we employed somebody to do ours: Stationery Direct Printing, not cheap mind.

  3. #3
    Member
    Join Date
    Dec 2008
    Posts
    59
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Exactly the reason i'm thinking it's safer to attempt it myself, although this could end up being a project for a freelancer after a week or so when I get so fed up with it!

    Thanks for the input!

    GC

  4. #4
    Administrator Boss Hog's Avatar
    Join Date
    Mar 2008
    Posts
    3,443
    Thanks
    65
    Thanked 30 Times in 28 Posts
    Maybe you should be looking at a cost effective (FREE) off the shelf solution such as zencart.

  5. #5
    Member
    Join Date
    Dec 2008
    Posts
    59
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I've thought about it, but I really want it to just be a simple order form that a user can easily get round.

    Visit the Website > Browse Navigation for Product > Read about Product and Prices > Click on the Order Form Link > Fill it in > Hit Submit > Done

    rather than trying to skin osCommerce/CubeCart/ZenCart etc

  6. #6
    Senior Member Helen's Avatar
    Join Date
    Dec 2008
    Location
    Cheshire
    Posts
    263
    Thanks
    1
    Thanked 0 Times in 0 Posts
    So what are you thinking of? A simple PHP mail form?

  7. #7
    Member
    Join Date
    Dec 2008
    Posts
    59
    Thanks
    0
    Thanked 0 Times in 0 Posts
    My form would be:

    <fieldset>
    <legend>Contact Details</legend>
    Full Name [TEXTBOX]
    E-Mail Address [TEXTBOX]
    Telehone Number [TEXTBOX]
    </fieldset>

    <fieldset>
    <legend>Delivery Address</legend>
    Address Line 1 [TEXTBOX]
    Address Line 2 [TEXTBOX]
    Town [TEXTBOX]
    County [TEXTBOX]
    Postcode [TEXTBOX]
    </fieldset>

    <fieldset>
    <legend>Order Details</legend>
    Product:

    A [RADIOBUTTON]
    B [RADIOBUTTON]
    C [RADIOBUTTON]

    Quantity:

    250 [RADIOBUTTON]
    1000 [RADIOBUTTON]
    2000 [RADIOBUTTON]
    3000 [RADIOBUTTON]
    4000 [RADIOBUTTON]
    5000 [RADIOBUTTON]

    Extras:
    A [RADIOBUTTON]
    B [RADIOBUTTON]
    C [RADIOBUTTON]
    Other: [TEXTAREA]

    Remarks [TEXTAREA]
    </fieldset>

    Send your order! [BUTTON]
    (Preferably to an e-Mail address, but a MySQL Database would be acceptable if no other option was available)

  8. #8
    Senior Member Helen's Avatar
    Join Date
    Dec 2008
    Location
    Cheshire
    Posts
    263
    Thanks
    1
    Thanked 0 Times in 0 Posts
    That's a really easy PHP form which can be sent to your email no problem.

    Here's a link to get you started. Any problems, just ask.

  9. #9
    Member
    Join Date
    Dec 2008
    Posts
    59
    Thanks
    0
    Thanked 0 Times in 0 Posts
    The only think im worried about is there will be about 20 forms, each needing an individual process-form, which I think could be resource intensive?

    or not?

  10. #10
    Senior Member Helen's Avatar
    Join Date
    Dec 2008
    Location
    Cheshire
    Posts
    263
    Thanks
    1
    Thanked 0 Times in 0 Posts
    hmmmm? It's do-able

    You may actually find once you have made one, you will be able to use it as a template so to speak.

    The actual process forms will only be about 800bytes each if that is what you are worried about.

Page 1 of 4 123 ... LastLast

Similar Threads

  1. Creating MySQL tables for my newsletter forms
    By Karma in forum Website Coding & Programming Forum:
    Replies: 8
    Last Post: 04-17-2012, 03:37 PM
  2. Sorry, Newbie Question about forms
    By den in forum Website Coding & Programming Forum:
    Replies: 2
    Last Post: 10-07-2011, 07:58 AM
  3. Gravity Forms plugin - Wordpress
    By sweetums in forum Website Coding & Programming Forum:
    Replies: 0
    Last Post: 04-29-2010, 10:14 AM
  4. PHP Form Handling Script (Submitting Dreamweaver Forms)
    By sweetums in forum Website Coding & Programming Forum:
    Replies: 8
    Last Post: 07-29-2009, 11:50 AM
  5. freelance business forms
    By freshinkdesign in forum General Business Forum:
    Replies: 2
    Last Post: 08-08-2008, 10:46 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •