Forum Moderators: wheatpenny, Wolfenshire
Photography F.A.Q (Last Updated: 2026 Mar 12 11:02 pm)
What do you mean by an "order form"?
If it is just something which you need to send an order to an email address (i'm assuming yours) based on the information put in by the user of said form, and you have a .php hosting account with an email attached to your domain name then yes... i can help you. PM me if that is the case.
If not then i suggest you first get the email and then ask around based on the server side technology your host is using... .php .asp or whatever... i am only experienced with php.

"In every colour, there's the light.
In every stone sleeps a crystal.
Remember the Shaman, when he used to say:
Man is the dream of the Dolphin"
Rich Meadows Photography
ok, so it's easy to do with php !
In the form page, in
change to
Write down the name of the fields... (messagefromwebsite, etc.)
next : create a text file with this in it and save it as post.php :
<?php
$messagefromwebsite = $HTTP_POST_VARS["messagefromwebsite"]; // for the message, do it for each field of the form !*
mail('dianthus@youremail.com','a mail from your website for you','$message','From: you@yoursite.xyz');
?>
Hope this help
Olivier
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
Hi Everyone,
Just wondering if someone here is a website designer. Have my own website but need a order form quickly on my site without paying of cause.lol.
Friend has designed the order form i wish to use but doesnt know how to place and make it work on my website.
If you can help i would appreciate it so much. Will dedicate a frog photo to you also.lol.
Chris:)