Questions tagged as 'input'

1
answer

Dynamic Input, Laravel, JS

Hello, I'm trying to make a dynamic input, it consists of a button that you add two fields at a time, a text and a file, but I need to persist this in the database, I think I need to make the names of the inputs change and in the controller can p...
asked by 09.05.2018 / 01:07
1
answer

Select certain input value

I'm finalizing a project, whereby the user bip (barcode reader) in an input the barcode of an invoice and need only return the invoice number (9 positions) in another input. The key position is 44 characters. I need to select from character 2...
asked by 08.04.2018 / 16:45
1
answer

Check the input and then click the button

What I do for only if the input is checked is that the person can click the "ok, I got it". <div class="container"> <button type="button" class="btn btn-info" (click)="openModal(template)">Create template modal</button>...
asked by 10.03.2018 / 01:20
1
answer

input is not pulling certain value from the bank

I need some help. On my system, I have an input that brings up a date from the database. Asyoucanseeinthepictureabove,thereporteddateis06/09/201700:00,buttheactualdateofthisfieldis05/09/201722:03.Theformatthatisinmydatabaseisthus2017-09-0...
asked by 01.02.2018 / 18:18
1
answer

Input type button does not work on smaller screens

I'm editing some pages in C # and found that on smartphone screens the confirm button of button does not work. Here is the code: <input type="button" id="bt_confirmar" value="CONFIRMAR" onclick="javascript: criptografar();" class="b...
asked by 07.02.2018 / 05:38
0
answers

Store the time of an input type Time field in a column of type Time

I'm working on a website that schedules real estate surveys, and I need to store in MySQL the time the person requested the visit. I'm using an input field in HTML of type Time. The field in the table is in the time data type with length 6....
asked by 28.01.2018 / 22:59
1
answer

Redirect to URL with input value filled out

I would like to know if it is possible to mount a redirection to a third-party login screen with the input value filled in? would point something like: http://dominio.com.br/login?pt01=admin-51 the input looks like this: <inpu...
asked by 17.01.2018 / 15:17
0
answers

How to add an array of files to a Form?

I made a small script to upload images so you can choose how many you want. At the end is an array with all the information. How can I make this array with the files go in the request for the backend to be able to insert into the DB?    ...
asked by 09.01.2018 / 18:48
0
answers

Player with audio sent by the user

Good afternoon, dear! I have a page that has an area that the user needs to add custom audios to each player. For the purpose I need, a playlist would not be as effective. It would really need to be an audio for each player. Is there any simple...
asked by 26.12.2017 / 21:01
0
answers

How do I stop and restart a JQuery function that can be triggered by multiple elements?

Hello, I made a screen with a virtual keyboard, for a touch screen application. The client wants two inputs on the same screen and when the user selects an input, the keyboard must enter the values entered in the same input. I have the functi...
asked by 19.12.2017 / 17:00