Webmaster Malaysia Forum  


Go Back   Webmaster Malaysia Forum > Website Design & Development > Website Design

Reply
 
LinkBack Thread Tools Rating: Thread Rating: 3 votes, 5.00 average. Display Modes
Creating a form
Old
  (#1 (permalink))
Novice Webmaster
Webster is on a distinguished road
 
Status: Offline
Posts: 40
Join Date: Nov 2006
Location: Subang Jaya
Rep Power: 0
Question Creating a form - 05-11-2006, 10:10 PM

Im using a free form, but the bad thing is, after fill in the form & click on the summit button, it will link to the form's provider site, & i will receive a copy at my email account.

What i need to do is copy the script (in html) and paste it on my site.

Is there anyway to edit the script so after submitting the form it will link to my own website page, as well as able to receive it at my email?

If anybody able to help, i can PM them the script.

Or can somebody please recommend me any program which i can create a form without programming knowledge? Thanks.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Super Moderator
mysticmind will become famous soon enough mysticmind will become famous soon enough
 
mysticmind's Avatar
 
Status: Offline
Posts: 2,485
Join Date: Jun 2001
Location: Mystic Kingdoms
Rep Power: 136
06-11-2006, 01:08 AM

Quote:
Originally Posted by Webster View Post
.....If anybody able to help, i can PM them the script.

Or can somebody please recommend me any program which i can create a form without programming knowledge? Thanks.
no.. you still need programing language.
  Send a message via Yahoo to mysticmind  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Administrator
limcs has a spectacular aura about limcs has a spectacular aura about limcs has a spectacular aura about
 
limcs's Avatar
 
Status: Offline
Posts: 1,703
Join Date: Jul 2006
Location: Penang
Rep Power: 10
06-11-2006, 12:44 PM

I used Wordpress Contact Form Plugin

Anyway, if you could not read/write code, you can use dreamweaver to do it. Here's a simple tutorial: Simple Contact Form
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Novice Webmaster
Webster is on a distinguished road
 
Status: Offline
Posts: 40
Join Date: Nov 2006
Location: Subang Jaya
Rep Power: 0
06-11-2006, 03:41 PM

Thanks for your reply,

the thing is after created the form using dreamweaver, i do not know how to make the form deliver to my email after ppl click on submit button, do you know how to do that?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
lcf
Pro-Blogger
lcf will become famous soon enough
 
lcf's Avatar
 
Status: Offline
Posts: 2,375
Join Date: Feb 2003
Location: Kluang, Johor
Rep Power: 113
06-11-2006, 11:43 PM

hmm.. maybe you can try the simple and great Build HTML Forms, Online Surveys and Invitations with Wufoo ?
  Send a message via ICQ to lcf Send a message via Yahoo to lcf Send a message via MSN to lcf  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
lcf
Pro-Blogger
lcf will become famous soon enough
 
lcf's Avatar
 
Status: Offline
Posts: 2,375
Join Date: Feb 2003
Location: Kluang, Johor
Rep Power: 113
06-11-2006, 11:45 PM

Quote:
Originally Posted by Webster View Post
Thanks for your reply,

the thing is after created the form using dreamweaver, i do not know how to make the form deliver to my email after ppl click on submit button, do you know how to do that?
Well, put your email address in the form's action. Example:
HTML Code:
<form method="post"  action="mailto:youremail@email.com">
this is not an ideal way but it does what you want.
  Send a message via ICQ to lcf Send a message via Yahoo to lcf Send a message via MSN to lcf  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Novice Webmaster
mr.eims is on a distinguished road
 
Status: Offline
Posts: 28
Join Date: Sep 2005
Location: windows folder
Rep Power: 0
15-11-2006, 10:23 AM

hurm.. thx.. thats the simplest way to deliver form data to email.

but kinda untidy.. better use scripts to tidy it up..
  Send a message via Yahoo to mr.eims Send a message via MSN to mr.eims Send a message via Skype™ to mr.eims  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Senior Webmaster
robot will become famous soon enough
 
robot's Avatar
 
Status: Offline
Posts: 968
Join Date: Jul 2006
Location: My
Rep Power: 43
15-11-2006, 12:25 PM

of course the best way to do the job is to create your own script.
the php mail() function is not very complicated to understand.
but then, not everyone knows how to script
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Novice Webmaster
phantomic is on a distinguished road
 
phantomic's Avatar
 
Status: Offline
Posts: 91
Join Date: Jan 2003
Location: KL
Rep Power: 68
16-11-2006, 10:47 AM

if you still need help, PM me. I will give you a simple script i made for this. But your server has to support php and smtp.

but yeah, it's very basic. If you need one with CAPTCHA instead, let me know.


Quote:
Originally Posted by Webster View Post
Im using a free form, but the bad thing is, after fill in the form & click on the summit button, it will link to the form's provider site, & i will receive a copy at my email account.

What i need to do is copy the script (in html) and paste it on my site.

Is there anyway to edit the script so after submitting the form it will link to my own website page, as well as able to receive it at my email?

If anybody able to help, i can PM them the script.

Or can somebody please recommend me any program which i can create a form without programming knowledge? Thanks.
  Send a message via Yahoo to phantomic Send a message via AIM to phantomic Send a message via MSN to phantomic Send a message via Skype™ to phantomic  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



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

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
phpbb....CREATING COMMUNITY.. Tekno-daei Website Programming 13 14-06-2007 04:42 AM
Creating the next big thing! bernardyong Job Vacancies 0 28-09-2005 05:09 PM
wak form dlm web tmitz Website Design 3 28-06-2004 12:14 AM
php and web form yhaffiz Website Programming 2 03-09-2003 09:55 AM
phpBB instalation n creating dbase silverX Website Programming 3 25-10-2002 04:20 PM




Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
vBulletin Skin developed by: vBStyles.com

WebmasterMalaysia.com is Proudly Hosted by Exabytes Semi Dedicated Server.


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