Questions tagged as 'formularios'

0
answers

Send variable using html form to php

The problem I have is that when I execute this form from an external page, the input of name token, is not passed. The confirm.php page opens but the echo that I have in it is not executed. I have to say that it is a form that I create in php an...
asked by 22.06.2018 / 18:17
1
answer

Obtain entire division Days

I am currently from a form, obtaining the days from Monday to Sunday as follows: <td><dl class="dropdown"> <dt> <a href="#"> <span class="hida">Dias</span>...
asked by 30.05.2018 / 21:56
0
answers

Send data from a beginform to controller of 3 different dropdown

Hello Developers I have a doubt of knowledge turns out that it makes three dropdown that they requested to me and the thing is that I have to do that it sends the information by means of a button to the controller in MVC 2 here the aspx code...
asked by 28.05.2018 / 22:46
1
answer

Preload file in input type = 'file'

Is there any way that an html input file contains a preloaded file when the form is displayed? What I intend is that in a configuration form, the fields saved by the user (stored in the database) are preloaded when you access the form again....
asked by 22.05.2018 / 12:15
1
answer

assign value to FormControl

I have a form where I need to print what I receive from the service in the imput using formControlName. <form [formGroup]="VendedorForm"> <input type="text" formControlName="nombres"> <input type="text" formControlName...
asked by 14.05.2018 / 19:11
0
answers

Send a contact form by email with angular 6 and PHP

I have problems when sending the data of a contact form made in Angular 6 by email using PHPmailer. Versions: Node 8.11.1 Angular 6.0.1 rxjs 6.1.0 typescript 2.7.2 webpack 4.6.0 OS darwin x64 Macbook pro high sierra I can not...
asked by 12.05.2018 / 20:29
0
answers

Inspector items, update changes

I have a registration form, I use the Semantic framework, and through Jquery I am responsible for making form validations. (Even so, when the whole query is sent to PHP, I'll do the validations again this time through a server.) This is the f...
asked by 06.05.2018 / 08:21
1
answer

Update components of a form in Primefaces

I am working on the validation of the fields of a form ("register new student"). If the form is empty as in the image and press on the register button, validate correctly and show the corresponding messages. The problem is when I click on...
asked by 30.04.2018 / 23:39
0
answers

Show divs depending on two selects

I would like to know how I can show divs that depend on two select and a submit button. The problem I have is that the second selection varies depending on what is chosen in the first, so I do not know how I can show different divs according to...
asked by 25.04.2018 / 13:25
1
answer

FORM It does not send by POST some fields that come from MYSQL

I am making a form as follows: <form id="datosventa" name="datosventa" method="POST" action="nventalentes2.php"> <?php $montura = $_POST['categoryName']; $paciente = $_POST['paciente']; $query2 =...
asked by 24.04.2018 / 22:05