Questions tagged as 'formularios'

1
answer

How to get the values of a form? [closed]

Good morning, with everyone, if at some time, you were asked to develop a form with many input, I propose this solution Jquery and JavaScript and of course you send it by Ajax . var config = {}; //--->> calcular cuantos input t...
asked by 30.09.2017 / 17:50
2
answers

Double checbox (One below the other) with an input

Well, that is, I am trying to place two checkbox one below the other, that if I got it, but I want that consequently, next to it appears a input that occupies the size of the two checkbox . link <td> <tr> &...
asked by 10.08.2017 / 10:51
1
answer

How can I change the text of a TextBox with the space bar? (VFP)

I have a question that I hope you can help me with. I'm doing a basic program with VFP 9.0 and I want to change the text of a TextBox with the spacebar , I mean: In a job I had we used a system that by pressing the space bar in a fiel...
asked by 04.09.2018 / 21:57
1
answer

Identify the form from which it is derived

On my website I have two sections: compras and ventas Each with a different layout . In each one the user can consult his personal data and modify them, the case is that when he is showing the same information I would be i...
asked by 11.04.2017 / 16:53
1
answer

send an email with a php form

I am trying to send the data of a form to an email but it does not send them to me It shows me up to the second alert. I'm sending.php and nothing appears. Can you help me? contacto.php <!DOCTYPE html> <html lang="en">...
asked by 05.02.2017 / 19:07
1
answer

Print result of a script in an input

I want to convert the first text box to uppercase and lowercase, according to my function, but I do not know how to have the result printed in the text box below. Every time I click on the button, the page is reloaded and the text in the box is...
asked by 31.03.2017 / 16:53
3
answers

DataReader UTF-8

Quick Problem: I have a DropDownList that contains data with different special characters (',', ç ...) and I have to pass the DropDownList.SelectedItem.Text to a OracleComand cmd to then pass the cmd to OracleDataR...
asked by 03.05.2017 / 13:19
2
answers

Generate tables with predefined values php7

I need to make a script in PHP7 that generates a table of 10x10 and that in the diagonal is formed by ones and the rest by zeros. I've been documented and here describes how to get it out of a database data, however I do not know how to give t...
asked by 25.10.2016 / 23:16
2
answers

Datepicker is not a function

I'm trying to make an input a calendar type to select a date, but the console always shows me the error: Uncaught TypeError: $(...).datepicker is not a function This is the code I have for the scripts and the css: <link rel="stylesheet...
asked by 20.12.2018 / 13:45
1
answer

Mark a radio button according to the value of the database

In a form I have a cycle that generates 3 radiobuttons and assigns the Id and the name they have in the database @foreach($type as $t) <div class="custom-control custom-radio"> {{Form::radio('incapacityType',$...
asked by 04.12.2018 / 22:21