Questions tagged as 'input'

2
answers

jQuery validate characters in input

I'm doing a function activated by the onkeydown of input, which should check the characters entered one by one, and only allow input into the input of those that are valid, this must happen before the characters are shown in the value of the inp...
asked by 27.07.2017 / 20:06
1
answer

doubts Input type date

Good afternoon, I'm doing a form, for registering and modifying users. When I try to insert a date into the inputs of type="date", no data type is displayed on the screen. These dates I'm using all come from a json that already has them register...
asked by 12.06.2017 / 22:13
1
answer

Stylize autocomplete background

The input background is transparent, but when the browser automatically completes, it gets that color shown in the second image, is there any way to leave it complete, but still transparent? I've tried it in many ways, but none of it works....
asked by 02.06.2017 / 03:51
1
answer

Error with custom inputs

Hello, I'm using a script to add input fields to a div: <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script type="text/javascript"> // Adicionar curso $(document).r...
asked by 22.02.2017 / 02:46
1
answer

Yii2 Multi input framework on the same form

I'm using the widget widget along with yii2 and I'm having a commit-time error. My scenario is as follows: In my catalog form the user can create the catalog , create as many catalog items as he wants. That is, I use in the catalog crea...
asked by 08.12.2016 / 02:30
1
answer

Catch data from a select and declare variable

Alright? I am very new to programming and I have a simple question that I did not find here in the forum. I have this code below the view (made in codeigniter): <div class="span6"> <label for="formaPgto">Forma Pgto</label&...
asked by 31.08.2016 / 14:47
2
answers

Save the select result to a variable and use this variable to fill in the input that will then be used to do an UPDATE on the same table

I'm trying to retrieve data from a table inside an input where the user can be updated and save to the same table through UPDATE. I was able to do the UPDATE, but I edit the data by input and send, it saves in the right bank, but when I refresh...
asked by 02.08.2016 / 15:46
1
answer

Place more than one SUBMIT input in HTML form

I have on my page a form with an already determined action and an input button. <form id="educForm1" name="educForm1" action="<?php echo ROOT . 'educacao' ?>/enviaemail" method="post" enctype="multipart/form-data"> ... <inpu...
asked by 07.06.2016 / 19:36
1
answer

Because the input does not appear in the result of function php

I created a function (I'm doing some experiments) to generate input, textarea, select, etc, via function. But the result is partial. There is no error in the function, but only what is text (not being in the input) appears and the input is shown...
asked by 07.04.2016 / 16:44
1
answer

how do I get an image from an input file?

Someone tells me, what do I need to get a picture of the input file and show it or save it? Do I need to use javascript? or just the html and php? I've researched google, but I'm not finding something explaining step by step, I've already tri...
asked by 24.10.2015 / 00:52