Skip to content

Instantly share code, notes, and snippets.

@sjozsef
Last active March 23, 2023 10:03
Show Gist options
  • Star 31 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save sjozsef/3e18fa773caa8c931a20 to your computer and use it in GitHub Desktop.
Save sjozsef/3e18fa773caa8c931a20 to your computer and use it in GitHub Desktop.
bootstrap-contact-form-7.html
<hr />
<div class="row">
<div class="col-md-4">
[text* your-name class:form-control placeholder "Name (required)"]
</div>
<div class="col-md-4">
[email* your-email class:form-control placeholder "Email (required)"]
</div>
<div class="col-md-4">
[text your-subject class:form-control placeholder "Subject"]
</div>
</div> <!-- end of .row -->
<hr />
<div class="row">
<div class="col-md-12">
[textarea your-message class:form-control placeholder "Message"]
</div>
</div>
<hr />
<div class="row">
<div class="col-sm-12">
[submit class:btn-block class:btn class:btn-primary class:btn-lg "Send" ]
</div>
</div>
@adamcybersec
Copy link

Thank you for sharing 👍

Copy link

ghost commented Jun 27, 2018

Thank you for sharing..

@gabiLago
Copy link

Thanks! you saved me a lot of time!

@delias
Copy link

delias commented Aug 1, 2019

Thank you so much, this saved me a lot of time.

@amonkonanBYF
Copy link

thanks you so much

@fabriscorol
Copy link

Thanks !!!

@shikkaba
Copy link

Anyone who uses this: make sure you add labels to make this form accessible.

@shireefkhatab
Copy link

shireefkhatab commented Aug 9, 2020

Thanks a lot, that helped.

@ayoubkhan558-zz
Copy link

ayoubkhan558-zz commented Aug 24, 2021

It adds wpcf7-form-control instead of form-control, Any idea how to fix it?

@RamiroNeher
Copy link

Time saver! Love'it!

@Pichus
Copy link

Pichus commented Jul 13, 2022

thank you, you saved my time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment