![]() |
|
| |||||||
| Notices |
| Adding Elements To Your Website Discussions, help & troubleshooting about adding templates, backgrounds, images, text, iframes, scroll bars, marquees, flash, video, music, HTML Code, shapes, lines, java scripts, and all other elements. Etc… etc… |
![]() |
| | Thread Tools |
|
#1
| |||
| |||
|
Hello I am in the proccess of re-doing my website www.widl.org.uk I created an online form (using shape) which is send to my e-mail box. Everything works fine but now I would need to have somethign else done. Is it possible that the same results are send to 2 different e-mail boxes? I tried simply put anothe e-mail address after the first one i properties->link but - It still gets to first address only. I wonder if there is someting else I need to do, but I have no idea what else that could be. If anyone knows the answer - please, let me know. Thank you Vila |
|
#2
| ||||
| ||||
| Quote:
The way you have done the form means you are putting a code in the action.php page yes? You just open up that code and next to your email address in that code just put a comma followed by the next email address. Then republish the action.php page
__________________ Ramsey Website Design Wedding Directory Wedding Dress Hire Wedding Dresses, Cambridge |
|
#3
| |||
| |||
|
Hi! Thank you. I think I know what you mean. There is a problem however. :( Not only I made the shape (online form) which is now live - more than a year ago, I also accidentaly deleted action.php recently. I don't have this file in my BV, so I suppose I will have to ask how to do it. Do you know this? I am not so new to BV but sometimes I don't do anything for a long time, being busy to be a mum and nearly full time worker and sometimes I forget some things. I will apreaciate your help in this matter. Thank you. Vila |
|
#4
| ||||
| ||||
|
__________________ Ramsey Website Design Wedding Directory Wedding Dress Hire Wedding Dresses, Cambridge |
|
#5
| ||||
| ||||
|
If you do not wish to evolve up to BV10 and merely wish to repair/remake your deleted page, this is the (very simple email form) code that you need to insert in your action.php Page Properties: <?PHP $mailto = "youremail@yourdomain.com"; $email = $HTTP_POST_VARS['email']; if ($email == "") { $email = $mailto; } $mailsubj = "Type your mail subject here"; $mailhead = "From: $email\n"; reset ($HTTP_POST_VARS); $mailbody = "Values submitted from web site form :\n"; while (list ($key, $val) = each ($HTTP_POST_VARS)) { if ($key!="submit") { $mailbody .= "$key : $val\n"; } } mail($mailto, $mailsubj, $mailbody, $mailhead); ?> For options on which basic Blue Voda Email Form and code to use without upgrading to BV10, you can refer to Keith's Tutorials here > http://netisopen.com/computer/TF001/T001.html |
|
#7
| ||||
| ||||
| Quote:
To obtain a copy either download it or just click on it in your ftp or file manager and it will be opened in notepad ready for you to add as Marincky pointed out. |
|
#8
| |||
| |||
|
I used the first option as I already had it downloaded. Just quick question. I tried to make a mistake on my form on purpose to see my error page. So - I put my name only in 'e-mail' box. I thought it would be enough but it showed me 'thank you' page. One more question. If I would like to limit a number of spaces tyed in the field, using BV 10, where shoudl I change it? Thank you one more time for your help. Extremely happy and grateful Vila |
|
#9
| ||||
| ||||
|
the answer to both questions lies in the verification boxes. email should be email not text |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |