Copy link to clipboard
Copied
Is it possible to make a contact form via bootstrap?
Have a look at Nancy's tutorial Alt-Web Design & Publishing: Responsive Contact Form with Bootstrap 3.2 and PHP (Part 1)
Copy link to clipboard
Copied
Have a look at Nancy's tutorial Alt-Web Design & Publishing: Responsive Contact Form with Bootstrap 3.2 and PHP (Part 1)
Copy link to clipboard
Copied
Bootstrap's form classes will make your HTML forms look great without a lot of custom CSS code.
However, you still need a server-side script to process your form's data.
First, find out which programming languages your web hosting plan supports (i.e. PHP, ASP.NET, Perl, ColdFusion,, etc...).
Nancy
Copy link to clipboard
Copied
https://forums.adobe.com/people/Nancy+OShea wrote
Bootstrap's form classes will make your HTML forms look great without a lot of custom CSS code.
But very very messy, top-heavy code.
Copy link to clipboard
Copied
Pre-built classes or custom CSS. 6 in one hand, half-a-dozen in the other. Code is still code.
Copy link to clipboard
Copied
https://forums.adobe.com/people/Nancy+OShea wrote
Pre-built classes or custom CSS. 6 in one hand, half-a-dozen in the other. Code is still code.
Pre built classes, given its Bootsrtap, will almost certainly be twice as long as custom built classes. Custom is a win win situation, lean css, lean code.
Copy link to clipboard
Copied
As you well know, you don't have to use everything in Bootstrap unless you need it all.