Questions tagged [bootstrap-form-helper]

Bootstrap Form Helpers is a collection of jQuery plugins targeting the Bootstrap front-end framework.

About Bootstrap Form Helpers

Bootstrap Form Helpers is a collection of jQuery plugins to help you build better forms. The plugins can be used individually but some of them work together like Countries and States. The collection includes:

Bootstrap Form Helpers support all the major browsers, but does officially not support browsers on the linux platforms. Requires jQuery 1.10.2 or better and Bootstrap 3.0.0 or better.

  • A custom select element
  • A slider
  • A color picker
  • A country picker
  • A state picker
  • A currency picker
  • A phone input
  • A number input
  • A language picker
  • A timezone picker
  • A Google font picker
  • A date picker
  • A time picker
  • A font picker
  • A font size picker

Links :

48 questions
19
votes
5 answers

Validating bootstrap datepicker from bootstrap formhelpers

Is it possible to use the JQuery Validation to validate the Bootstrap Datepicker? As it doesn't expose the input field, I can't get it to validate. Example: https://jsfiddle.net/Khrys/2rcr9j5s/ $.validator.setDefaults({ submitHandler: function()…
Khrys
  • 2,670
  • 9
  • 49
  • 82
8
votes
1 answer

How to validate Bootstrap Form Helpers DatePicker as Required or Not Empty?

I have tried using the data-bv-notempty attribute without success. Code sample below:
7
votes
1 answer

How to mix vertical and horizontal form elements in one form in Bootstrap 3?

I am trying to create a form that mixes horizontal and vertical elements. I have managed to do it and it looks nice: http://www.bootply.com/rOibTngOct (you can see the result on bootply but I'll put the code here also)
gota
  • 2,338
  • 4
  • 25
  • 45
6
votes
2 answers

@Repeat Form Helper with complex object - Play Framework

I don't manage to have a repeated field with selected value according to the data I have in my model. Currently I have in my User model : @Required public String username; @ManyToMany public List places; And my Stay model…
Mike
  • 391
  • 2
  • 16
3
votes
2 answers

How to display hidden form field based on select box choice

I want from the first dropdown when i select top to open the c92 dropdown and when i select low to open the c97 dropdown with bootstrap. I don't want to have breaks between the hidden lists. Any thoughts?
P. Tzik
  • 133
  • 1
  • 3
  • 12
3
votes
2 answers

How to clear selected value from Bootstrap FormHelpers SelectBox

How does one access the various options for the bootstrap formhelpers library? I have tried every way of accessing them, but get an error every time. Specifically, I'm trying to clear out the selected value in a bfh-selectbox
3
votes
1 answer

how to add id to bootstrap formhelper datepicker

How do I set the id in the input field on bootstrap formhelper plugin.
I have checked the…
3
votes
1 answer

Bootstrap Form Helpers - Country Flag on Phone Input

I am trying to use the Bootstrap Form Helpers plugin for Jquery. Everything works fine, but I'm trying to use this example and show the country flag next to it by adding data-flags="true" but that's not working. Anyone has use this…
2
votes
1 answer

Bootstrap form outputting wrong results

Despite not being linked (to my knowledge), when inputting the Celsius number, the Fahrenheit formula will run and be implemented to the Celsius output, with the correct formula being outputted on the Fahrenheit output, and vice versa when inputting…
Steve Roe
  • 73
  • 1
  • 9
2
votes
1 answer

bootstrap form helper phone wont work in ajax data

My Bootstrap phone form helper is working fine but when I try to add more textboxes using jQuery/javascript it does not work. Working with normal form:
1
vote
0 answers

Is it possible to change language of calendar at b-form-input's date?

I'm programming with Vue.js and i have a task: make my calendar at b-form-input (date type) flexible of language. My current language at calendar is Russian. I've try to do something like this:
1
vote
1 answer

bootstrap form helper date picker default

I am using Bootstrap form helper and want to update the record with new date in which user already selected date earlier. I cannot find the way to display date in date picker from database . Following is the code: the date from db e.g…
Tabraiz
  • 13
  • 4
1
vote
2 answers

Bootstrap Form Helper - Select country dynamically on Country picker

I'm using country picker from Bootstrap form helper: Country Picker Problem is that i need to initialize it dynamically with a country. I'm using data-country="US" as default, anyways i need to change it on document ready function.
Razinar
  • 727
  • 3
  • 13
  • 21
1
vote
1 answer

What are all the steps I have to do to get my bootstrap email form working?

What should I do to get my form working? My website and everything is set up. I just can't get my form working. Can I do it from rdp? or firezila server?
1
vote
0 answers

why is my email content undefine or encripted??Email encryption in transit (TLS)

Email encryption in transit (TLS), how can I change this I get an email thats undefine?? I'm using nodemailer, everything works right, but I receive an email with no content,I'm confused on linking the form into the app.js so it will send the info…
1
2 3 4