Questions tagged as 'formularios'

3
answers

How to obtain value of an html select in js through the DOM?

Well the problem I have is that I want to do something very simple and I want to perform a mathematical operation depending on the type of operation that is selected (this is done by the type) but I do not know how to access through the DOM so t...
asked by 21.11.2018 / 23:56
1
answer

How to validate a number of characters in a cycle and 'set' a value with PHP?

In php I get two parameters, the codigo and the cantidad , the codigo can be PDO0016890 and the cantidad can be 10000 which are the number of times the increase will be number of codigo ....
asked by 21.11.2018 / 21:33
1
answer

Select dynamics in php and js by the POST method

The following code corresponds to the query and information obtained from the MySQL DB: <?php $conexion = new PDO("mysql:host=localhost;dbname=scouts_601_palmira","root",""); $Id = $_POST['Id']; echo '<script type="text/javascript">...
asked by 08.10.2018 / 18:44
2
answers

form html and javascript div "display: none;"

good try to show a layer when in one of the options of the form option is chosen, connect this code in js: function mostrarReferencia(){ //Si la opcion con id Conocido_1 (dentro del documento > formulario con name fcontacto > y a la...
asked by 20.09.2018 / 11:50
1
answer

Submit silent in form

I have a problem with my form. The functionality of sending information to an email is good thanks to PHPMailer , when you submit, the information is sent to a php file called contacto.php, this is where I check that it is not spam and I think...
asked by 13.09.2018 / 11:55
2
answers

How to send variables from one PHP to another and retrieve them to use them?

I have a form in which I print variables through a query to my database, I want to send these variables to another php file to be able to use them, I am currently doing it with a form and sent them with the POST method and a submit button , but...
asked by 21.09.2018 / 20:48
1
answer

Get input type data with php

Can someone help me get data from an input type date?; <form id="Formulario" method="post"><br> <label style="display:block; overflow:hidden;">Fecha de nacimiento</label> <input type="date" id="fecha" name="F...
asked by 05.09.2018 / 06:21
1
answer

Is it possible to send a FORM, generate a CSV and send it to a folder?

I have been investigating for a few hours now, and I have not been able to find much useful information. With which I refer here to see if I can find help. I have a form, that I work with jQuery, with what I have stored all the variables...
asked by 30.08.2018 / 11:13
1
answer

PROBLEM Jquery and Ajax, send data to the same FORM

I am making an order form, in which I include a button that says: "Add Additional", that displays a "Modal", when filling in these fields, a button that says, add to the order. What I try, is that when adding to the order the established data...
asked by 20.08.2018 / 17:33
2
answers

Searcher in JQuery, Ajax and PHP (Error)

I try to create a search form in the following way: By default, the order history appears: $(document).ready(function(){ $.ajax({ type: 'POST', url: 'php/cargar_historial.php' }) .done(function(listas_rep){ $('#historial...
asked by 28.08.2018 / 16:38