Questions tagged as 'input'

1
answer

How to put 2 inputs side by side?

How can I put 2 input aligned side by side? <li><inputtype="text" /><input type="checkbox" /> </li>     
asked by 30.12.2014 / 01:22
2
answers

How to display data from a query in Modal?

I have button type="button" and I want it to capture information from my texts so I can query MySQL and display that result in a modal >. However, I am only able to capture this data in button type="submit" and this type="s...
asked by 28.04.2017 / 18:01
0
answers

Auto Complete Google

O input : <div class="input-group" style="width:50%;margin-left:auto;margin-right:auto;"> <input class="form-control" vs-google-autocomplete="autoCompleteOptions" ng-model="...
asked by 24.08.2017 / 14:39
2
answers

How to transform text into input text when clicking?

So, I need to transform a text that is inside an HTML tag into input text to edit it. What better way to do this? Example: link     
asked by 27.03.2017 / 09:10
3
answers

Doubt about input attributes in HTML

Hello everyone. I am doing a Tabuada using HTML and PHP. The user types a number through the form and displays the number of the number. I wonder if I can put some attribute in <input type="number>" so that only positive numbers are...
asked by 01.03.2017 / 20:28
2
answers

How to add titles above input and textarea?

How to add a title above input and text-area and add space between them? Ex: Thetitleyouwouldliketodoisrepresentedby"Your text" and the input by "Text here".     
asked by 07.09.2015 / 17:35
2
answers

Inserting a text input with a button in PHP

I am a beginner in PHP and would like to know if there is a way to add an input text in PHP using a button. I'm developing a php application for warehouse control and I want to create a commodity-receiving routine called 'loading'. Then 'loading...
asked by 03.04.2016 / 05:23
1
answer

How to increase an input text and do automatic line wrapping

Hello, as you can see in the image, the input is larger than the part that I type the text and if I continue typing it does not break the line, what should I do ??     
asked by 22.05.2015 / 22:03
3
answers

Input email only display suggestions for EMAILS

Hello, I have an email input and for easy typing and everything else I would like a "self suggestion", but it is showing everything I have already typed with the letter G, for example, including names, things, emails and etc, I would like when I...
asked by 21.08.2017 / 19:58
2
answers

How to align the button to two inputs?

<div class="container"> <h2>Button Tags</h2> <form> <div class="form-group col-sm-3"> <label for="exampleInputName2">Name</label> <input type="text" class="form-control" id="exampleInpu...
asked by 01.06.2017 / 16:01