I am noob soo pls dont judge me, but i cant seem to get it working properly my "Success! Message sent." and "Error message" are both on my website when i click send nothing happens
Nemanja A. Pavlovic () - 9 years ago - Reply 0
A beautiful contact form. Love the live validation rather than taking the user to another page to display any errors.
Andrew McMaster () - 9 years ago - Reply 0
Noob question... all the fields are required in this example... how do I change the code to have a non required field and the ok check does not appear.
Giancarlo () - 9 years ago - Reply 0
maxsurguy () - 9 years ago - Reply 0
Nice, but it seems useless without the PHP file and if without explaining how to make this form to send to a specific email address.
Andreas () - 9 years ago - Reply 0
how do you view / access the .js and .css that goes with this form? I forked it but the .css and .js tabs are empty
Troy Hall () - 9 years ago - Reply 0
There is no additional CSS or JS for this snippet. Plain Bootstrap CSS and JS is enough
maxsurguy () - 9 years ago - Reply 0
Thank you for your contact form. This contact form has been used in following template: http://www.rowbootstrap.com...
RowBootstrap () - 9 years ago - Reply 0
It's my pleasure Maks. Just checking your blog and other projects. You are a great guy :)
RowBootstrap () - 9 years ago - Reply 0
When I updated CSS to bootstrap 3.2.0 the required check marks shift down. Tip on how I can fix this?
Hocket () - 10 years ago - Reply 0
the css I changed to fix:
.form-control-feedback {
position: relative;
display: inline;
top: 0;
line-height: 14px;
}
Hocket () - 10 years ago - Reply 0
Is there a place where we can get the php included with the html snippet above?
Dustin () - 10 years ago - Reply 0
That hugely depends on your requirements...
The basic PHP code for a contact form could be found in many places but it depends if you are using Wordpress or just plain PHP or a PHP framework...
maxsurguy () - 10 years ago - Reply 0
@craig i'd hardly call it useless. max has just given us a beautiful template with front end validator for free.
make your own back-end mail serve code - it's not difficult. cheers max!
zakir2k () - 10 years ago - Reply 0
Sorry Noob question, but how do you tell this form to send to a specific email address?
Steven Sheffey () - 10 years ago - Reply 0
You would have to use a backend script to do that… Like PHP or Nodejs. So the email address would have to be specified on the backend application (server side).
maxsurguy () - 10 years ago - Reply 0
Hi
What are you using to validate the form fields ? I get a nice tooltip.
Thanks
Bruno Hug () - 10 years ago - Reply 0
Hi! That is standard HTML 5 form validation. It is built in with your browser and you could use it by adding 'required' attribute to your input elements.
maxsurguy () - 10 years ago - Reply 0