Questions tagged [twitter-bootstrap-form]

20 questions
8
votes
3 answers

Place icon inside submit button using Bootstrap 3

I am trying to achieve the effect as shown in below screenshot using Bootstrap 3. As you can see, the search button is both: 1) inside the input 2) styled with a glyphicon so as to not appear like a "button". How can I achieve a similar effect…
tdc
  • 5,174
  • 12
  • 53
  • 102
2
votes
3 answers

Make Label Beside Input in Bootstrap 4

How can i make the label just beside the input form? I've tried anything possible but it doesn't work. Please check my code below.
1
vote
1 answer

How to add grid inside of the form in Bootstrap twitter?

I have form with submit button. Once user clicks on Submit I would like to show the message like Record Successfully saved next to the button. Here is example of my form:
1
vote
1 answer

bootstrap form does not send post method

I have bug with my bootstrap form, when I click on submit button the POST method never trigger, the form is in a loop cycle, I need to send the data typed by user to "addsoporte.php" script but it never happens, my code is…
htamayo
  • 335
  • 3
  • 16
1
vote
2 answers

Span image over multiple rows in form

I have a question regarding trying to span an image over multiple rows in a horizontal Bootstrap form. The current situation is like in this picture below: However, I would like the profile image on the left to span multiple rows of the input…
jbrulmans
  • 975
  • 1
  • 11
  • 32
1
vote
2 answers

I want my Bootstrap form to be centrally aligned, I have used the standard classes of BS Form, but the form always aligned to left

I used various classes for margin:0 auto, and for center-alignment but not worked.
1
vote
0 answers

Rails Validations Do Not Work with 'rails-bootstrap-forms/bootstrap_form_for'

I am using this gem: https://github.com/bootstrap-ruby/rails-bootstrap-forms. The gem is supposed to highlight the input box in red if a validation is not met. I have a couple issues. First, the inline validation errors are not working. Secondly,…
0
votes
1 answer

django-crispy-forms bootstrap 4: How to display checkboxes horizontally?

I can't seem to make my CheckboxSelectMultiple widget to display horizontally using django-crispy-forms/bootstrap4. I've tried : Specifying it on the form's widgets : widgets = {'my_field': forms.CheckboxSelectMultiple(attrs={'class':…
0
votes
2 answers

How can I align form elements in one group

I tried using md-offset-8, xs-2 but that didn't work, I need to aligned all the form fields in center.
0
votes
3 answers

Show label inline on a input field in Bootstrap 4

I need to place the label and input on one line.
0
votes
1 answer

Bootstrap 3 form with input fields and text data in separate rows/cells?

I have form inside of the modal box that has combination of input fields and plain text. I'm wondering what is the general rule in bootstrap for this kind of situation. How the elements should be organized? Should I use
for…
0
votes
1 answer

Rails 4, edit multiple model in one form

I'm working on the following feature : In one page, the user can upload multiple pictures at one time, and then on the following page he can edit the fields for those pictures. So what i want is basically a form to edit multiple model at one time…
S.Martignier
  • 383
  • 2
  • 4
  • 17
0
votes
1 answer

input textbox larger than input-lg

I am trying to increase the size of my search textbox to something larger than input-lg (using Bootstrap 3). Is that possible? Couldn't find much in Bootstrap 3 docs or SO posts.
Anupam
  • 14,950
  • 19
  • 67
  • 94
0
votes
1 answer

Bootstrap form validation not working in angular2

I have implemented bootstrap form validation in my angular2 application and some of the form elements are not getting validated even after using the bootstrap form validation directive properly. When I tried inspecting the code, I found the…
0
votes
0 answers

Popup doesn't find Index page after save

First of all I want to say that I'm a total noob when it comes to working with javascript, and it's my first time when I'm using popup in a project. I did this until now (Index view):
1
2