Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Contact form using Bootstrap

Participant ,
May 18, 2017 May 18, 2017

Copy link to clipboard

Copied

Is it possible to make a contact form via bootstrap?

Views

628
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , May 18, 2017 May 18, 2017

Votes

Translate
Community Expert ,
May 18, 2017 May 18, 2017

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)

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 19, 2017 May 19, 2017

Copy link to clipboard

Copied

Bootstrap's form classes will make your HTML forms look great without a lot of custom CSS code. 

Bootstrap Forms

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

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 19, 2017 May 19, 2017

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. 

Bootstrap Forms

But very very messy, top-heavy code.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 19, 2017 May 19, 2017

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.

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 19, 2017 May 19, 2017

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.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 19, 2017 May 19, 2017

Copy link to clipboard

Copied

LATEST

As you well know, you don't have to use everything in Bootstrap unless you need it all.

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines