Goedkope merkkleding op www.kleren.com

HTML Code for a Form

Need help or support ? Post your issues and problem here!

Moderator: Moderators Team

HTML Code for a Form

Postby W00tbeer1 on Mon Aug 18, 2008 3:57 am

Hey everybody,

I have been recently looking for a form that sends the content a user fills out to my e-mail address. I'm currently using Jotform (http://www.jotform.com), but I'm having problems when I place their code on my site (the boxes are too close together).

If somebody could help me out with this I would appreciate it!

Thanks,

W00tbeer1
Admin + Webmaster of http://www.warc.us
Please Stumbleupon my Site! Thanks! :-D
W00tbeer1
Member
Member
 
Posts: 291
Joined: Fri Jul 25, 2008 11:43 pm
Location: New York
Online: 0s
DNBucks: 17
[Donate DNBucks]

Re: HTML Code for a Form

Postby dramaprincessxox on Mon Aug 18, 2008 9:22 am

Well, if you want to try doing this by yourself, please know first of all that you're going to need more than just HTML for it to work. Your HTML form code is just what the user interfaces with--you need scripting such as PHP running on your server to actually process the form data.

It's not feasible to try and teach you all of this here, beacause from your question i can tell you probably aren't very experienced at basic HTML as yet, so you can't move on to a scripting language like PHP until you fix that problem. I can only give advice.

Use google to find HTML tutorials, and learn~! Google 'CSS' as well and learn that; THEN you can move on to PHP perhaps.
Jut in case I assumed wrongly about your level of experience, im sorry. I'm just going by the question you asked~ good luck and have fun learning!
dramaprincessxox
Member
Member
 
Posts: 490
Joined: Mon Aug 18, 2008 12:00 am
Online: 0s
DNBucks: 77
[Donate DNBucks]

Re: HTML Code for a Form

Postby dramaprincessxox on Fri Aug 29, 2008 12:00 am

Well I hopr you got your form together...good luck
dramaprincessxox
Member
Member
 
Posts: 490
Joined: Mon Aug 18, 2008 12:00 am
Online: 0s
DNBucks: 77
[Donate DNBucks]

Re: HTML Code for a Form

Postby demonix on Fri Aug 29, 2008 12:46 am

Actually, you could use jotform, and then edit the raw html to what you want it to be. Let jotform take care of the side scripting... ^^
demonix
Junior Member
Junior Member
 
Posts: 195
Joined: Sat Aug 23, 2008 6:01 pm
Online: 0s
DNBucks: 157
[Donate DNBucks]

Re: HTML Code for a Form

Postby dramaprincessxox on Thu Sep 04, 2008 4:25 pm

What's jotform? It sounds like one of those form services. Well, some of them are good. That could work too.
dramaprincessxox
Member
Member
 
Posts: 490
Joined: Mon Aug 18, 2008 12:00 am
Online: 0s
DNBucks: 77
[Donate DNBucks]

Re: HTML Code for a Form

Postby Brothers on Fri Sep 12, 2008 4:56 am

mybe its same kind of script
Brothers
Advanced Member
Advanced Member
 
Posts: 977
Joined: Fri Aug 08, 2008 1:34 pm
Online: 3h 45m 3s
DNBucks: 804
[Donate DNBucks]

Re: HTML Code for a Form

Postby JMLWorld on Fri Sep 12, 2008 9:22 am

dramaprincessxox wrote:What's jotform? It sounds like one of those form services. Well, some of them are good. That could work too.

Its better to host your own code on your site. Third party scripts have their side effects and security leaks.
User avatar
JMLWorld
Member
Member
 
Posts: 258
Joined: Fri Jul 25, 2008 7:29 pm
Online: 1h 6m 33s
DNBucks: 488
[Donate DNBucks]

Re: HTML Code for a Form

Postby SpEeDyZ on Mon Sep 29, 2008 10:18 am

either learn PHP and HTML and make your own form ( recommended )
or just edit the HTML code that comes with Jotform .... its not that complicated....
GG Awards 2008 , vote for your favorite games here
http://gamerzgalore.net/forums/viewtopic.php?f=14&t=378
SpEeDyZ
Senior Member
Senior Member
 
Posts: 1105
Joined: Sun Mar 09, 2008 8:25 am
Online: 22m 36s
DNBucks: 505
[Donate DNBucks]

Re: HTML Code for a Form

Postby jens121 on Fri Nov 28, 2008 7:15 pm

i search a very good tutorial of css and php ... im good with html and all those things but i want to learn php and css can you explain what you can do with php?
jens121
Advanced Member
Advanced Member
 
Posts: 574
Joined: Wed Jul 09, 2008 8:30 pm
Online: 0s
DNBucks: 344
[Donate DNBucks]

Re: HTML Code for a Form

Postby SuperMario290 on Fri Nov 28, 2008 7:39 pm

wait, so you just want the form to be coded out of HTML? Well, that's the least efficient in coding a form. I'd say go with a combination of PHP and Ajax. If you want me to code one out for you, shoot me a PM! ;)
http://slackrmedia.com
http://defaultprime.com
Interested in game blogging? Contact me via email or PM for more details
User avatar
SuperMario290
Moderator
Moderator
 
Posts: 2104
Joined: Fri Jul 06, 2007 9:28 pm
Location: Montana
Online: 2h 23m 17s
DNBucks: 1032
[Donate DNBucks]

Re: HTML Code for a Form

Postby jens121 on Mon Dec 01, 2008 6:47 pm

it isnt hard to make a form in html? you can search it at google if you need..
jens121
Advanced Member
Advanced Member
 
Posts: 574
Joined: Wed Jul 09, 2008 8:30 pm
Online: 0s
DNBucks: 344
[Donate DNBucks]

Re: HTML Code for a Form

Postby Tanzim on Sat Dec 06, 2008 10:21 pm

isn't it easier to send the html form to a email?
Tanzim
Advanced Member
Advanced Member
 
Posts: 731
Joined: Fri Oct 31, 2008 4:44 pm
Online: 0s
DNBucks: 5
[Donate DNBucks]

Re: HTML Code for a Form

Postby jens121 on Sun Dec 07, 2008 1:29 am

give your email or ..?
jens121
Advanced Member
Advanced Member
 
Posts: 574
Joined: Wed Jul 09, 2008 8:30 pm
Online: 0s
DNBucks: 344
[Donate DNBucks]

Re: HTML Code for a Form

Postby TheUniqueTiger on Mon Dec 08, 2008 6:03 pm

Just make a HTML form and submit to a PHP script which collects all the variables, and sends an email to the desired email account in a well-formatted text/html. If you know PHP, then its even easier, as then you don't need to depend on 3rd party scripts for such small purposes.
Make the most of the time you have!
My project: HiFiBB ... Simply HiFi!
My Home
User avatar
TheUniqueTiger
Administrator
Administrator
 
Posts: 785
Joined: Mon Oct 01, 2007 4:44 pm
Location: India
Online: 5h 3m 15s
DNBucks: 338.4
[Donate DNBucks]

Re: HTML Code for a Form

Postby demonix on Thu Dec 18, 2008 9:16 am

If thinks are too close together, simply add 'style: "margin:[x]px;"', where [x] is the number of pixels you want to space them out (keep in mind, though, this will space it out on all sides, so if you apply it to two things, the distance they are apart is actually 2[x]).
demonix
Junior Member
Junior Member
 
Posts: 195
Joined: Sat Aug 23, 2008 6:01 pm
Online: 0s
DNBucks: 157
[Donate DNBucks]


Return to Web Development Help and Support

Who is online

Users browsing this forum: No registered users and 0 guests