Page 1 2 

Moderators: Derry, Goldie, Harpo
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Honorary Mechanic
Picture of Happy
Posted
I started to create a fanlist.

What I want to do now is to create a button or something like this - that when you click on it - sends a form to my e-mail address - how do I do this with webDwarf?
 
Posts: 98 | Registered: August 20, 2004Reply With QuoteReport This Post
Working Mechanic
Picture of Spain is Different
Posted Hide Post
Select the object

button right. option Edit Link , type : Mailto. and enter the e-mail.

Regards.


JVCHSOFT
 
Posts: 21 | Location: Spain | Registered: May 09, 2003Reply With QuoteReport This Post
Honorary Mechanic
Picture of Bobby M.
Posted Hide Post
there is more to a mail-to form than just creating a mail-to link your web server has to support cgi.And you have to know how to write the script. And even if you find script on internet you still have to install it.

There are alot of web sites that can do this for you if you cannot or web server wont allow.
I personaly have had good luck with this one www.responders.com
You fill out a simple form then past the code they generate into your html thats it .Now all submits from your web site goto the email you want


The best way to learn is trial and error !
 
Posts: 164 | Registered: November 26, 2004Reply With QuoteReport This Post
Honorary Mechanic
Picture of Happy
Posted Hide Post
quote:
Originally posted by Spain is Different:
Select the object
button right. option Edit Link , type : Mailto. and enter the e-mail.

That was easy - thank you - did not know about it. The only problem is, that not the form can be sent like that, but only a normal message.

What I mean is:
I put a form on the page, which the visitor fills out.

NAME:
AGE:
COUNTRY:

There should also be a button that sends this "form" to me - I guess it's done via e-mail.
 
Posts: 98 | Registered: August 20, 2004Reply With QuoteReport This Post
Honorary Mechanic
Picture of Stock
Posted Hide Post
Hi Happy,

Have a look here at an online form creator.

Then look here for processing your form.


- Stock



"A bus station is where a bus stops. A train station is where a train stops. On my desk I have a workstation....."
 
Posts: 167 | Location: Townsville QLD, Australia | Registered: April 18, 2004Reply With QuoteReport This Post
Honorary 'Venerable' Mechanic
Picture of AndyP
Posted Hide Post
Use this simple code:

<A HREF="MAILTO:youremailaddress?SUBJECT=Fanlist&BODY=Add your Name, Address & Country below">Click Here</a>

Where it states "yourmailaddress" add your email address

Where it states "Fanlist" put whatever you want as this is the subject of the email

Where it says "Add your Name....." put whatever text you want as this will appear in the the main part of the email.

Where is says "Click Here" again, put whatever you want as this is a link that when clicked will open up the users email client.

Copy all this code and place in wherever you want it to appear. You may have to play around with the positioning.
 
Posts: 1195 | Location: Brighton UK | Registered: January 08, 2003Reply With QuoteReport This Post
Honorary Mechanic
Picture of Happy
Posted Hide Post
Hi AndyP!

This is an easy soloution - I like it! Smile

Is there a possibility to replace the words click here by a gif?

Is there a possibility to row the form like
name:
country:
age:

I mean each word under the next one not next to it.


Hey Stock!

Still looking through the informations!
Thanks so far!
 
Posts: 98 | Registered: August 20, 2004Reply With QuoteReport This Post
Working Mechanic
Posted Hide Post
You can use a free service by Bravenet.com
It's a huge resource of all kinds of free scripts that are processed through them.
There are different kinds of forms, including the one that you want.
You can try it.
 
Posts: 94 | Location: Toronto | Registered: February 15, 2003Reply With QuoteReport This Post
Honorary 'Venerable' Mechanic
Picture of AndyP
Posted Hide Post
quote:
Originally posted by Happy:
Hi AndyP!

This is an easy soloution - I like it! Smile

Is there a possibility to replace the words click here by a gif?

Is there a possibility to row the form like
name:
country:
age:

I mean each word under the next one not next to it.


Hey Stock!

Still looking through the informations!
Thanks so far!


Mmm I dont know about different text for each heading. I dont know a great deal about coding for this type of application but I presume that we would have to add another body tag somewhere in it. Derry or Harpo may know more about thatand I would be interested inknowing as well. In the meantime , when I get a moment, I will look in to it further.

I dont think it is possible to add a gif image as a link but you could place the text over an image and see what happens.

One point to remember is that this is by far the easiest way to get some user interaction without having to bother about FormMail scripting, cgi-bin, or third party form handlers that will probably carry advetising.
 
Posts: 1195 | Location: Brighton UK | Registered: January 08, 2003Reply With QuoteReport This Post
Honorary Mechanic
Picture of Happy
Posted Hide Post
quote:
this is by far the easiest way to get some user interaction without having to bother about FormMail scripting, cgi-bin, or third party form handlers that will probably carry advetising


That's why I decided that this soloution is the best for my needs.

quote:
I will look in to it further


Many thanks!
 
Posts: 98 | Registered: August 20, 2004Reply With QuoteReport This Post
Honorary Mechanic
Picture of Stock
Posted Hide Post
To replace your text with a gif (or any other image), replace "Click Here" with <img src="./image/imagename.gif"> , where "image" is the folder you have the image in and "imagename.gif" is the name of your image. So you would end up with this code....


<A HREF="MAILTO:youremailaddress?SUBJECT=Fanlist&BODY=Add your Name, Address & Country below"><img src="./image/imagename.gif"></a>


- Stock



"A bus station is where a bus stops. A train station is where a train stops. On my desk I have a workstation....."
 
Posts: 167 | Location: Townsville QLD, Australia | Registered: April 18, 2004Reply With QuoteReport This Post
Honorary Mechanic
Picture of Happy
Posted Hide Post
OK - everythings fine now - got it like I wanted it - only the

name:
country:
age:

each word under the previous did not work. Roll Eyes

This message has been edited. Last edited by: Happy,
 
Posts: 98 | Registered: August 20, 2004Reply With QuoteReport This Post
Honorary Mechanic
Picture of Happy
Posted Hide Post
Found a code!

%0D%0A%0D%0A between the words lists them
like I want them!

THANKS GUYS!

C U soon
 
Posts: 98 | Registered: August 20, 2004Reply With QuoteReport This Post
Honorary 'Venerable' Mechanic
Picture of AndyP
Posted Hide Post
Well thats interesting.. and it works? Well done for finding that out.. I will post this in the User's Tips Section
 
Posts: 1195 | Location: Brighton UK | Registered: January 08, 2003Reply With QuoteReport This Post
Honorary Mechanic
Picture of Happy
Posted Hide Post
quote:
and it works?


Try it

 <a href="MAILTO:youremail@yahoo.com?SUBJECT=List&BODY=Name*:%0D%0A%0D%0A
country*:%0D%0A%0D%0A
zip code / city*:%0D%0A%0D%0A
age:%0D%0A%0D%0A
sex:%0D%0A%0D%0A
e-mail:%0D%0A%0D%0A
homepage:%0D%0A%0D%0A
The informations with a * are mandatory, the others are optional!"><img src="http://www.harrythecat.com/graphics/A/click1.gif"
</a>

 
 
Posts: 98 | Registered: August 20, 2004Reply With QuoteReport This Post
Honorary 'Venerable' Mechanic
Picture of AndyP
Posted Hide Post
LOL actually.. when I put "And it works?" I should have put "And it works!" Big Grin Because I had tried it.

I have posted to "User Tips" and hopefully when it passes the "Editor" of the forum it will be there for all to see.
 
Posts: 1195 | Location: Brighton UK | Registered: January 08, 2003Reply With QuoteReport This Post
Honorary 'Venerable' Mechanic
Picture of AndyP
Posted Hide Post
After submitting the code to "User Tips" I had another look and found that you dont need all of that coding for it to work.. Instead of putting in:

%0D%0A%0D%0A all you need is &OD

So I edited my post in "User Tips" accordingly
 
Posts: 1195 | Location: Brighton UK | Registered: January 08, 2003Reply With QuoteReport This Post
Working Mechanic
Picture of Keith
Posted Hide Post
New Sitespinner user, and first question. Sorry if the answer is obvious, or if I am in the wrong place!

Re: mailto link

I have created a button, right-clicked it, used the URL manager, and when I test the button Outlook pops up with my email address inserted.

However - when published, Outlook pops up with default "emailme@mydomain.com".

Any enquiry clearly won't get to me! Anyone tell me what I am missing here? Thanks.
 
Posts: 67 | Location: Wivenhoe, Essex. UK | Registered: August 05, 2005Reply With QuoteReport This Post
Honorary Mechanic
Picture of podge
Posted Hide Post
from what it sounds, i have always had this problem... i have never once in my life got a mailto: script to work without server side scripts.
Someone here may know how to do it but personally i would use this free software that uses a server side script (meaning spam bots CANNOT get your email address)

http://www.webformdesigner.com , Its a wysiwyg form designer, great!

This message has been edited. Last edited by: podge,


A part of JD&Co web design
-------------------------------------------------
"It's not where you take things from - It's where you take them to" -Jean-Luc Godard
 
Posts: 837 | Location: England | Registered: March 13, 2005Reply With QuoteReport This Post
VM Staff
Picture of Harpo
Posted Hide Post
Still, the simple client side link should not change when you publish. If you want to use that type make sure you don't have two different links on the same object (e.g. one in code or text and one on the object)

You should just need:

url type: mailto:
url: somename@somewhere.com

in the link tab of the quick editor. The viewer of your page must have an email program like Outlook setup for this to work. The server side email scripts don't.
 
Posts: 3222 | Registered: January 08, 2003Reply With QuoteReport This Post
  Powered by Social Strata Page 1 2  
 


™ & © 1998 - 2008, Virtual Mechanics Inc. All rights reserved.