Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > BlueVoda Website Builder Forums > Adding Elements To Your Website

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…

Closed Thread
 
Thread Tools
  #1  
Old 09-25-2008, 12:57 AM
Sergeant Major
 
Join Date: Oct 2006
Location: Berkshire
Posts: 92
Default E-mail address in a shape

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #2  
Old 09-25-2008, 01:06 AM
Marincky's Avatar
20206.co.uk
 
Join Date: Apr 2006
Location: Worcester, UK
Posts: 4,331
Send a message via MSN to Marincky
Default Re: E-mail address in a shape

Quote:
Originally Posted by vila View Post
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
I don't understand what you mean by 'properties>link' ???

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #3  
Old 09-25-2008, 01:26 AM
Sergeant Major
 
Join Date: Oct 2006
Location: Berkshire
Posts: 92
Default Re: E-mail address in a shape

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #4  
Old 09-25-2008, 01:31 AM
Marincky's Avatar
20206.co.uk
 
Join Date: Apr 2006
Location: Worcester, UK
Posts: 4,331
Send a message via MSN to Marincky
Default Re: E-mail address in a shape

You might want to take a look at this, as things have evolved since you put your form together.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #5  
Old 09-25-2008, 01:53 AM
Vasili's Avatar
General & Forum Moderator
 
Join Date: Mar 2006
Posts: 10,939
Lightbulb Re: E-mail address in a shape

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
__________________
Choice Pro SEO
Choice Pro Webs
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #6  
Old 10-07-2008, 12:13 AM
Sergeant Major
 
Join Date: Oct 2006
Location: Berkshire
Posts: 92
Default Re: E-mail address in a shape

Oh, thak you both so much!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #7  
Old 10-07-2008, 12:28 AM
davidundalicia's Avatar
General & Forum Moderator
 
Join Date: Mar 2006
Location: Mallorca, Spain
Posts: 6,437
Default Re: E-mail address in a shape

Quote:
Originally Posted by vila View Post
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
As your form is still active that means that the action.php is still on your website.

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #8  
Old 10-07-2008, 01:12 AM
Sergeant Major
 
Join Date: Oct 2006
Location: Berkshire
Posts: 92
Default Re: E-mail address in a shape

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #9  
Old 10-07-2008, 02:21 AM
davidundalicia's Avatar
General & Forum Moderator
 
Join Date: Mar 2006
Location: Mallorca, Spain
Posts: 6,437
Default Re: E-mail address in a shape

the answer to both questions lies in the verification boxes.
email should be email not text
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT +1. The time now is 05:43 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2005-2009 VodaHost Web Hosting Your Perfect Web Host - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203