Questions tagged as 'formularios'

1
answer

Form with HTML that stores the data in JavaScript variables [closed]

I need to create an HTML form that at the time of pressing submit, save all the data entered in different variables, I need them to be saved in those variables to be output later by a .pdf document which is already programmed. Maybe the quest...
asked by 25.07.2017 / 20:15
2
answers

When doing an update by post, it triggers the error: "Undefined variable: id"

Error:    Notice: Undefined variable: id in function.php index.php <form method="post" action="#" id="update"> <input type="text" id="id" value=""> <input type="text" id="text" value=""> <input type="text" id="tit...
asked by 26.10.2016 / 22:43
1
answer

Data is not updated in Codeigniter

I am using a website that is developed in Codeigniter. The problem that I have is when adding a service or client, since this app is developed for a technical service system for PCs. When you add a client, it shows you a form with the data. Y...
asked by 07.04.2016 / 21:47
3
answers

Alert success form

What happens is the following I have a registration form and what I want is that what is recorded comes out a sweetAlert . The problem is that pressing the button leaves the alert so the form is not validated. I would like to know how I do...
asked by 07.04.2016 / 15:49
1
answer

Create an array from a form

My problem is as follows, I have a view where, based on a number of buildings, I display a number of inputs to load each building's data, this number of buildings I keep in the variable, $ number of buildings that I then intend to use with a for...
asked by 27.10.2017 / 00:38
3
answers

PHP - I need to validate textarea from the server .. any help? [closed]

I have a form in which there is a person who bothers entering the web, enters the debugger, selects the form in edit mode, edit the form changing a input for a textarea and paste a text which includes unpleasant things . How do...
asked by 26.12.2018 / 20:02
1
answer

codeigniter form base_url can not find the route

<form id="idlogin" action="<?= base_url('login/ingresar'); ?>" method="post" role="form" > Login is a controller class Login extends CI_Controller that has a function enter function ingresar(){ print_r($_POST);...
asked by 24.12.2018 / 16:27
1
answer

Reactive forms, model driven, etc. (Angular 2/4)

I have implemented reactive or model driven forms as they usually call them in my Angular 4 project ... I do not know if the concepts I have misunderstood, if someone corrects me ... My question is: Why do I change the type of the input to date,...
asked by 08.06.2017 / 13:16
2
answers

Print PDF filled in with .text

I am creating an offer creator where there is a standard form and only replaces price and customer data. So my intention is to print that filled form with the variables captured in the Textbox.text If someone could explain or give me an examp...
asked by 14.08.2018 / 11:55
1
answer

How to receive all data for $ _POST, without being assigned by a variable? [duplicate]

I have the following cycle that converts the data received for POST at once without assigning it to an Ejm variable: ////Envio $_POST['name']='valentina' and with if(@$_POST) { foreach($_POST as $campo => $valor) {...
asked by 25.08.2016 / 07:56