Results 1 to 10 of 10

Thread: Order Page

  1. #1
    Join Date
    Oct 2009
    Location
    USA
    Posts
    40
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Default Order Page

    Hola,

    I am looking for an easy way for customers to send their fabric choices to order@yogamoves.net.

    Here is the website: Yogamoves
    Instead of manually writing an email with the color choices and amount, is there anyway to send the customer to an order page that has the following text boxes:

    key:
    editable box

    Name: Customer's Name
    Email: Customer's Email
    Address: Customer's Address
    Payment Method: Check (ex.)
    [quantity] Oceana
    [quantity] Dusty Purple
    [quantity] Charcoal Black
    etc
    [ SUBMIT box ] (sends to order@yogamoves.net)

    Thank you

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Yes, there is. Before I help you, do you know if your host allows PHP? If you don't know, then in the root of the directory(http://metzhere.com/yogamoves/), make a new file called index.php. In that file, put the following text:
    PHP Code:
    <?php
    phpinfo
    ();
    ?>
    Save, and view the page at http://metzhere.com/yogamoves/index.php. Tell me what is returned or link me to the page.
    Jeremy | jfein.net

  3. #3
    Join Date
    Oct 2009
    Location
    USA
    Posts
    40
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Default

    Cool, I think it worked?
    http://metzhere.com/yogamoves/index.php

    Thank you for helping sir

  4. #4
    Join Date
    Apr 2009
    Location
    Cognac, France
    Posts
    400
    Thanks
    2
    Thanked 57 Times in 57 Posts

    Default

    If that shows that your host has PHP then you need to create a form, you can do this in HTML, and pass the results to PHP to email them to you.

    There are plenty of examples of how to do this on this forum

  5. #5
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Ok! Thats great. But I didn't need that information (even know I did ask... ). Try WuFoo it's very easy to use!
    Jeremy | jfein.net

  6. The Following User Says Thank You to Nile For This Useful Post:

    jerdy (10-30-2009)

  7. #6
    Join Date
    Oct 2009
    Location
    USA
    Posts
    40
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Default

    Sweet! WuFoo is pretty cool. It doesn't look like they have an option for boxes for quantity, or maybe I'm missing it?

  8. #7
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Click on Add a field, in the Standard section you should see something called Number. Use that.
    Jeremy | jfein.net

  9. #8
    Join Date
    Oct 2009
    Location
    USA
    Posts
    40
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Default

    I did try that but it doesn't let me put a name next to it...

    example:
    [ quantity ] Oceana
    [ quantity ] Golden Waves
    [ quantity ] Red/Black Floral

    Question:
    Also how secure is Wufoo? I wonder if they share any information with third parties, my client is very strict about keeping her customers privacy. I sent Wufoo an email asking, but I'm wondering, has anybody else had issues or problems with them?
    Last edited by jerdy; 10-31-2009 at 09:57 PM.

  10. #9
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Sorry, I don't know how secure they are, or how to put the quantity next to the name, ask some questions here: http://wufoo.com/forums/

    Good luck!
    Jeremy | jfein.net

  11. #10
    Join Date
    Apr 2009
    Location
    Cognac, France
    Posts
    400
    Thanks
    2
    Thanked 57 Times in 57 Posts

    Default

    You could also try this form builder http://fs19.formsite.com/

Bookmarks

Posting Permissions

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