Questions tagged as 'formularios'

3
answers

How do I update an input if the checkbox is clicked with javascript?

What I need to do (and that still does not work out for me) is that if the client clicks the OriginAirport checkbox in the address DireccionOrigen input, take the value of the checkbox or, alternatively, define a value for that input that is man...
asked by 03.04.2017 / 15:17
1
answer

Validate a radio input with a loop for inside another loop if [closed]

... and make it work: leaving the radius in null, you should skip the alert. But it does not and validates. else if(false){ function check(){ var r= document.getElementsByName("e"); var e= -1;...
asked by 20.02.2016 / 01:22
1
answer

The data is not recorded in my database

<?php $X = mysqli_connect("localhost","root","");//or die("<h2>NO se encuentra el servidor </h2>"); //mysqli_select_db("abogados",$X) or die("<h2>error conexion </h2>"); if(!$X){ die("<h2>NO se...
asked by 04.12.2018 / 15:59
1
answer

Form Field - Multiple Selection - The PHP Mailer collects me only one of the several values that you select

I want to consult whoever corresponds, something that should have a solution. It turns out that I have a form with several text fields, other so many of simple selection and a field of multiple selection. Using select2. The data of the comple...
asked by 03.12.2018 / 05:12
0
answers

Form in two steps, Show real-time image between Fields needs and Contact fields and Submit

I am putting together a form, with details on preferences that determine a recommended product, that is already defined when completing the first form fields, and I would like it to be resolved when these fields are completed showing a picture o...
asked by 22.08.2018 / 19:18
0
answers

Can you pass a bean per post to the servlet?

I've searched for information about it but nobody says, you can or can not: (. I have a bean (with getter and setter methods) and I would like to send it by parameter to the servlet in a form in the following way: <form action="Servlet"...
asked by 01.10.2018 / 19:05
1
answer

Two submit to Edit and Insert in the same Form

This is my form: <form name='form_update' method='post' id="registerUser" action='update.php'> <input type='text' class='form-control' name='nombre' value=<?=$nombre; ?> /> <input type='text' class='form-control' name='ne...
asked by 13.07.2018 / 20:35
1
answer

HTML form to search and edit data in Google Sheets

I have a form in html to edit or search data in a sheet, everything works but after clicking the edit button or when I try to do two searches in a row the page disappears and I have to manually reload. I would like to know how to do that after c...
asked by 06.06.2018 / 18:18
0
answers

Show one field depending on the value of another. Django Forms

Very good to everyone. I have a problem when displaying elements in a form in Django. I have 2 models, one called Recurso and another called Sesion , which are related in such a way that a resource can have several sessions availabl...
asked by 18.06.2018 / 13:15
1
answer

Get select value and use it in the same php file

Hello good morning I have this code is to fill a select with php and mysql but with the value obtained I must make another query to fill the other select depending on the selection of the first, I need to do it in the same file to fill other inp...
asked by 24.04.2018 / 17:33