Guides/Webform-Integration-Sub-Folder.md
... ...
@@ -1,7 +1,5 @@
1 1
#Izenda Webforms Integration Guide (Sub-directory)
2 2
3
-**UNDER CONSTRUCTION**
4
-<!--
5 3
[[_TOC_]]
6 4
7 5
##About
... ...
@@ -14,6 +12,8 @@ This guide is designed to instruct first-time users how to integrate Izenda Webf
14 12
15 13
Reference: [Integrating Izenda into a Web Application](http://wiki.izenda.us/Guides/Integrating-Izenda)
16 14
15
+**PLEASE NOTE**: This guide is not universal, nor does it describe a complete integration. There are many nuanced elements of an integration, including, but not limited to, Visual Studio versions, existing code in your application(s), and server environments. This guide is intended to be a starting point in integrating Izenda, with the understanding that some deviations will likely be necessary.
16
+
17 17
##Instructions
18 18
19 19
###Step 1. Open the host website in Visual Studio
... ...
@@ -503,7 +503,15 @@ AdHocSettings.SqlServerConnectionString = @"INSERT_CONNECTION_STRING_HERE";
503 503
504 504
![1](http://wiki.izenda.us/Guides/Webform-Integration-Sub-Folder/7.png)
505 505
506
+##Potential Conflicts
507
+
508
+###Bootstrap
509
+
510
+If you use your own implementation of Bootstrap, you may encounter conflicts with Izenda's implementation in integration. The easiest way to resolve this issue is to namespace all of Izenda's Bootstrap classes, using a CSS pre-processor such as SASS or LESS.
511
+
512
+Please see our [Bootstrap Namespacing Guide](http://wiki.izenda.us/FAQ/bootstrap-namespacing) for more info.
513
+
514
+
506 515
507
--->
508 516
509 517
... ...
\ No newline at end of file