diff --git a/README.md b/README.md index cd17470..5d7ad99 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,19 @@ Clone the source files of the theme and navigate into the theme's root directory You must have npm installed in order to use this build environment. +### Contact Form + +The contact form available with this theme is prebuilt to use [SB Forms](https://startbootstrap.com/solution/contact-forms). +SB Forms is a simple form solution for adding functional forms to your theme. Since this theme is prebuilt using our +SB Forms markup, all you need to do is sign up for [SB Forms on Start Bootstrap](https://startbootstrap.com/solution/contact-forms). + +After signing up you will need to set the domain name your form will be used on, and you will then see your +access key. Copy this and paste it into the `data-sb-form-api-token='API_TOKEN'` data attribute in place of +`API_TOKEN`. That's it! Your forms will be up and running! + +If you aren't using SB Forms, simply delete the custom data attributes from the form, and remove the link above the +closing `` tag to SB Forms. + ## Bugs and Issues Have a bug or an issue with this template? [Open a new issue](https://github.com/StartBootstrap/startbootstrap-agency/issues) here on GitHub or leave a comment on the [theme overview page at Start Bootstrap](https://startbootstrap.com/theme/agency). diff --git a/dist/css/styles.css b/dist/css/styles.css index 9dc0aa0..fdc3387 100644 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! -* Start Bootstrap - Agency v7.0.0 (https://startbootstrap.com/theme/agency) +* Start Bootstrap - Agency v7.0.1 (https://startbootstrap.com/theme/agency) * Copyright 2013-2021 Start Bootstrap * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE) */ diff --git a/dist/index.html b/dist/index.html index 7af120a..03642d1 100644 --- a/dist/index.html +++ b/dist/index.html @@ -312,33 +312,60 @@

Contact Us

Lorem ipsum dolor sit amet consectetur.

-
+ + + + + + + +
- -

+ + +
A name is required.
- -

+ + +
An email is required.
+
Email is not valid.
- -

+ + +
A phone number is required.
- -

+ + +
A message is required.
-
-
- + + + + +
+
+
Form submission successful!
+ To activate this form, sign up at +
+ https://startbootstrap.com/solution/contact-form +
+ + + + +
Error sending message!
+ +
@@ -346,14 +373,7 @@