I will be Looking to create a page to help my website with regard to my members to be able to send me information in my opinion via email or somehow for biography page and i will be looking to use a form that would allow them to fill in the following info:
True Name, Age, Location, motto, and background/ information and a approach for them for you to send a picture in my opinion.
I am owning troubles getting this to work right so i became wondering if anybody could create and send myself the code for this it becomes greatly appreciated
What part are you wanting help with The actual HTML behind the shape or the e-mail part
To the " and a way for them to help send a picture to me. " requirement what you might do is agree to an URL of an image. When you obtain the e-mail anyone manually download this image and upload for your page(s).
And also, you allow these to upload images. This way is considerably more automated but you ought to be sure you know who will be uploading what.
Would you post the code you might have so far you should.
Thank you.
Here is a code I are has all the forms We’ve:
Title: & nbsp; & nbsp; < reviews name=" Text1" type=" text" > < br> Grow older: & nbsp;
< reviews name=" Text2" type=" text" > < br> Say: & nbsp;
< reviews name=" Text3" type=" text" > < br> Location: & nbsp;
< reviews name=" Text4" type=" text" > < br> Motto: & nbsp;
< reviews name=" Text5" type=" text" > < br> Insert Any
Resources here: < br> < textarea cols=" 20" name=" info" rows=" 2" > < /textarea> < br>
Upload your Picture you would want to add to a person’s page here: < br>
< reviews name=" File1" type=" file" > < cover class=" style1" > < strong> < /strong>
< /span> < br>
< reviews name=" Submit1" type=" submit" value=" submit" >
OK I threw together a straightforward mail form together with 2 attachment obstructs. The form is actually pretty easy. MY SPOUSE AND I commented the formmail. php file to help you to edit it effortlessly.. Hope it computes for you.
Alls I gather is some Rep in exchange
ive not just a clue how to use PHP
LOL here its on a denture.
You can find two files. The HTML report is simple the shape for information and attachments.
Any particular one is pretty much done in your case. Just edit it to your liking text clever.
The PHP archive tells your server where to start with the information and the way to process it.
this is the way to edit it without a PHP publisher already.
Right Click on the PHP report. Open with Notepad.
Once its open you could see
<
# This script is a Free Script Created By Total Graphic Design. Please do not edit the copywrite of this script nor sell this script.
# For more Downloads please visit http: //www. totalgraphicdesigns. com
// for ultimate security, use this instead of using the form
$recipient = "youremaildomain. com"; // youremaildomain. com
// bcc emails (separate multiples with commas (, ))
$bcc = "";
// referers.. domains/ips that you will allow forms to
// reside on.
$referers = array ('somedomain. com', 'www. somedomain. com', '121. 0. 0. 111');
// banned electronic mails, these will be email addresses of people
// who are blocked from using the script (requested)
$banlist = array ('*somedomain. com', 'userdomain. com', 'etcdomains. com');
// field / value seperator
define("SEPARATOR", ($separator)$separator: ": ");
// content newline
define("NEWLINE", ($newline)$newline: "\n");
// formmail version (for debugging mostly)
define("VERSION", "5. 0");
Anything which has a //text
is known a comment which is only there regarding editing purposes. It lets us or anyone altogether different know whne they evaluate the code what certian regions of the code indicate.
Therefore just read that code and comment forms with notepad.
therefore for example
// for ultimate security, use this instead of using the form
$recipient = "youremaildomain. com"; // youremaildomain. com
// bcc emails (separate multiples with commas (, ))
$bcc = "";
// referers.. domains/ips that you will allow forms to
// reside on.
$referers = array ('somedomain. com', 'www. somedomain. com', '121. 0. 0. 111');
Turns to the following when edited on your website.
// for ultimate security, use this instead of using the form
$recipient = "metotalgraphicdesigns. com"; // youremaildomain. com
// bcc emails (separate multiples with commas (, ))
$bcc = "youyahoo. com"; //NOTE: This can be left clear. No BCC is needed
// referers.. domains/ips that you will allow forms to
// reside on.
$referers = array ('totalgraphicdesigns. com', 'www. somedomain. com', '121. 0. 0. 111');
That is just a few lines need to get edited for the script to figure right…