Skip to content

Commit 7ece4a2

Browse files
committed
Merge pull request posabsolute#701 from u01jmg3/patch-1
Missing promptPosition: 'inline'
2 parents c268974 + 3f4d5ed commit 7ece4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/demoInlineMessages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script>
1515
jQuery(document).ready(function(){
1616
// binds form submission and fields to the validation engine
17-
jQuery("#formID").validationEngine();
17+
jQuery("#formID").validationEngine({promptPosition: 'inline'});
1818
});
1919

2020
/**

0 commit comments

Comments
 (0)