Questions tagged as 'input'

0
answers

Line break within an input type "search"

How to enable a line break, in an input type="search"? defining the amount of characters entered and the height of the search bar when identifying a specific amount of words to happen a line break, ?? <form method="get" action="#endereç...
asked by 28.06.2018 / 02:49
0
answers

Variable within Select

In my web system I have the following select: SELECT round(SUM(peso),3) FROM mov02s WHERE modal = ('Carreta simples') AND data = ('2018-05-16') I'd like to use a variable instead of '2018-05-16'. The user who will choose the date. I thou...
asked by 28.06.2018 / 21:16
3
answers

How to stylize a "file" input?

I have this structure: <section id="cadastro" class="cadastroVersao pg-i"> <div class="titulo"> <h1><i class="icon-clientes"></i>Cadastro de versão</h1> <a href="<?php echo base_url...
asked by 01.10.2015 / 22:54
1
answer

How to add limit value along with jquery mask?

I'm using the mask plugin for this link: link I use the following jquery to do the mask: $('.decimal').mask('000,0', {reverse: true}); However I need the maximum value to be 100.0. I've tried putting $('.decimal').mask('100,0', {reve...
asked by 04.06.2018 / 02:19
0
answers

Problem with slides, which assign radio and target inputs

I mixed two types of checks in a slide transition code, the gray side bars of the box, move the images and move all the lower blocks by checking the last 'block 5' checking the images and the blocks are made of 'radios', the two white squares ma...
asked by 31.05.2018 / 21:02
0
answers

Generate a PDF and write data to the bank in the same form

I have a program that takes the name and email of the client to register in the bank and generate a pdf with this data. But I can not send the registration data to the file that generates the pdf. Either the register works in the bank or the pdf...
asked by 30.05.2018 / 00:35
0
answers

Changing a field with a corresponding color and returning to the bank

I'm having a question about where to start. I have a project that presets a schedule in which this calendar has a table with several squares and presiso change the color of that squares with some colors corresponding to a status and presiso to r...
asked by 02.06.2018 / 14:30
0
answers

Displaying database row with while loop in input

I am trying to do something where it is possible to change the values of each row to then update the database but I am not understand why my input value only shows the first one in the database and as the while repeats create that the values wou...
asked by 18.05.2018 / 17:13
2
answers

Pick up input values

Hello, I would like to know how to get information from each input of my form, are inputs in html and others generated in JavaScript, I want to send the information by PHP backend to another page. Code:     Requests           <form me...
asked by 07.05.2018 / 23:56
1
answer

select calling or a text field or another select

Guilherme Costamilam I thank you for the answers. I do not know where I'm wrong in the code. I'm just passing by to see if you can help me. <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset=utf-8"/> &...
asked by 01.05.2018 / 06:07