MissMarisjuh Posted July 2, 2013 Share Posted July 2, 2013 See this previous post: Page3.html > Doesn't exists page3.html > Does exists, but isn't a contactpage But again: Rename the contact-page to contact.html, and still use lower-case. Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439106 Share on other sites More sharing options...
yasminlove1 Posted July 2, 2013 Author Share Posted July 2, 2013 i renamed the pages but they still don`t work. they are now: contact.html and nieuw.html Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439114 Share on other sites More sharing options...
MissMarisjuh Posted July 2, 2013 Share Posted July 2, 2013 http://horselife.net84.net/contact.htmlThis works? Your link is yet out-dated But i don't see a contactpage, but a page with (an incorrect link): "Klikhierom terug te gaan." Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439128 Share on other sites More sharing options...
yasminlove1 Posted July 2, 2013 Author Share Posted July 2, 2013 it doesn`t work by me.. Ow... than i must do the contact else..but i can`t see it.. i have wait and that doesn`t work.. that link works now.. i maded it.. edit. when i change the website it works, but the link doesn`t work.. Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439148 Share on other sites More sharing options...
MissMarisjuh Posted July 2, 2013 Share Posted July 2, 2013 <a href="www.horselife.net84.net/nieuw.html"> You miss your http: // protocol, and why are you using the domainname? You can use a relative URL. http://www.w3.org/TR/WD-html40-970917/htmlweb.html Please hover over your links, and you can see the fault in the statusbar. Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439153 Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 ow yes.. that was just something to try.. edit, thank you!! it works! Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439216 Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 Let us know when you have a form, written in HTML. Then we could go further with advice. Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439221 Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 i have write the form, with color, i think this is a good base..? Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439225 Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 Use this as the formtag: <form action="mailto:[email protected]" method="POST" enctype="text/plain"> An a few tips:- Your CSS is not installed correctly, i can recommend to place this in a single-stylesheet (*.css) - Your doctype is still incorrect.- You 'd better to use labels and fieldsets for your form. Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439227 Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 thank you, i changed the form. i know.. but i don`t like css in another page, i can`t work with that.. sorry.. what is not correct in my doctype..? i know how that must.. but before i go change it.. why is that better..if i may ask that..? Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439229 Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 Please learn CSS and HTML, it's the way to make a layout for a site.And about your doc-type. See: http://www.w3schools.com/tags/tag_doctype.asp About your contactpage:http://horselife.net84.net/contact.htmlUse the mailto: handler, see my previous example. Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439230 Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 my doctype is now good..? i have learned css and html from this website: http://www.homepage-maken.nl/htmlcursus/kleuren.php Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439231 Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 The doctype is still not correct: <!DOCTYPE html And why are you placing the CSS in the body? Why do you don't use fieldset's and labels in HTML? Where is your mailto: handler?I have written a few tips... try them.... Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439232 Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 i gonna try it. i have changed <!DOCTYPE html to <!DOCTYPE.html> because i hate it when css is in another page...? i gonna use the fieldsets and labels in the contact page i start now,. mailto is a link from your mail or not? edit, i have labels, and fieldset right now. Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439236 Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 And now your mailto: handler, so you can sent mails from your contactpage.CSS is very important, without CSS yout can't make a good style in your site. When you hate it: - Learn it, and don't hate it - Stop with building sites ;-) Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439242 Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 how do you mean with mailto handler? The formulier must send it to my mail.. there is this for or not? <form action="[email protected]" method="POST" enctype="text/plain"> I know i know.. i know how i must made it, but i am scared that all the css gonna change from page you know..? Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439247 Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 Just use mailto: before your mailaddress and you're finished with the basisc of your contact-form. Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439249 Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 Okay, i maded it, can we go back to work with the form? Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439252 Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 You have now a basic contact-form. And what do you want more? Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439253 Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 yes, but now i am thinking how i can made it that i can let see when people click on Send/Verzenden that there come`s this text: Uw mail is succesvol verzonden, u krijgt zo snel mogelijk een antwoord. Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439255 Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 You can add a alert or a innerhtml function on a onClick-event at your submitbutton How.. you can use Google...I think it's better to make more experience with HTML. With no/less experience, Programming in PHP is a way too far. Remember that all is far from possible, given your little experience. All you need namely to learn. And you have to have understanding.I can recommand these steps:- Learn HTML and CSS, and how to build a semantic website. This takes a few months.. - Then learn the basics of Javascript.- Learn possibly the stuff about jQuery.../ - Learn PHP... Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439257 Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 but, innerhtml is javascript? i don`t understand it. Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439259 Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 It's a way between learning PHP (where you're not yet ready) and learning HTML.First, learn HTML and CSS. And when you can build a good sementic site, you can acquire knowledge to make a text, which you can see after pressing the submit button. After all, you have to start somewhere with it? later you can still expand it! :-) Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439261 Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 o i understand, i gonna try it. Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439262 Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 Nice, if you have problems with HTML and CSS. Let it hear... But i can suggest first to find your solutions of your problemes. Google is an very big powerfully searchengine for all of the knowledge... Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439263 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.