Questions tagged as 'input'

2
answers

How to generate JSON files through forms? [closed]

I want to store the data that users put into the inputs into separate JSON files so they can be used later. Can anyone help me?     
asked by 18.07.2017 / 19:28
1
answer

Popular input type according to Selection made in Combobox (OPTION)

When selecting a user in my select, I need to pass the one I selected to the fields in my form. Below is my method that takes this information. public function LerDadosUsu(){ try{ $lerusu = "SELECT * FROM usuario "; $listus...
asked by 11.06.2017 / 02:50
1
answer

Entry, in the same line, of a string without spaces and one with spaces

My program asks that, on entry, on the same line, there is a string with no spaces name, the name of the depositor, and a string that can contain spaces desc, the description of the object deposited. So, after that I create a dictionary to r...
asked by 06.06.2017 / 16:36
0
answers

Upload multiple files in the same form and write name to bank

I have a registration form with two file input. One called file (one image) and another called file_download (a pdf). In my table I have a column [image] and another [downloads], which record the filename and its extension, to be used in v...
asked by 29.05.2017 / 18:41
0
answers

iReport + PHP + Value Input Input

I am doubtful, I need to issue a specific report. I need to get a name typed in by an input field, and generate the report by that name, I gave a parameterized look, and I did not quite understand how to do it. Does anyone know how to do it?...
asked by 30.05.2017 / 18:14
2
answers

Show and delete fields and according to checkbox field selected?

How do I make these rules work in Checkbox? When Selected "outsourcing" Shows "divOutsourcing", When Selects "Audit" Shows "divAuditoriaOptions", When Selects "Consulting" Shows "divConsultingOptions" Remembering that the same options hav...
asked by 10.05.2017 / 21:05
1
answer

PHPMailer does not recognize "-" character in form input

Hi, good evening / morning / afternoon. I'm having a problem with a simple registration input. It simply does not recognize the "-" character. I made an email to test "[email protected]" only when it returns with the message whether or not it...
asked by 04.05.2017 / 02:49
1
answer

How to calculate the value of two inputs one of type range and another option and print result in real time?

Well, I would like to know how I can be doing a calculation, where I would get a range value and the value of an option and print the result in real time, even if no option is selected and only the range for changed value is displayed anyway....
asked by 26.04.2017 / 16:43
2
answers

How to include a string in the database from an input array with Laravel?

I need to include a string-shaped data in the table in my database that I will get through the input, which in turn is an array. Follow the form for you to see how it is. <div class="form-inline col-md-12"> <div cl...
asked by 22.04.2017 / 05:30
1
answer

Re-enable jquery function after function call

Good afternoon, I have the following code that inserts inputs into a div when a "NEW" button is clicked which also takes the direct focus to the first field on the line and can also happen by pressing enter, the problem is, only the enter works...
asked by 04.04.2017 / 17:01