Skip to content

Commit

Permalink
Merge pull request #1562 from sathishreddynp/patch-1
Browse files Browse the repository at this point in the history
Update getting-started.md
  • Loading branch information
kevinchappell authored Jun 2, 2024
2 parents f202e06 + dbc3cb7 commit 70ab94a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Once you have the module/plugin installed, include it in your build process for
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js"></script>
<script src="https://formbuilder.online/assets/js/form-builder.min.js"></script>
<script>
<script src="https://formbuilder.online/assets/js/form-render.min.js"></script>
<script>
jQuery(function($) {
$(document.getElementById('fb-editor')).formBuilder();
});
Expand Down

0 comments on commit 70ab94a

Please sign in to comment.