Questions tagged as 'formularios'

3
answers

Load a Form every time I create an element

Good morning, the question is this. I have a small Form that is not more than a Form Generator, each time I select a component and I believe it is shown in another DIV, this form grants a random own ID, but when I want to create another element,...
asked by 10.10.2016 / 12:42
1
answer

Create a form that is sent by e-mail in Wordpress

I created my page in wordpress and I would like to create a custom form that when the client sent directly to my email, the form has to send images too. Form example: Name Description upload problem image Send. The fact...
asked by 04.01.2019 / 13:23
1
answer

Line jump between label and input type

IN CakePHP 3.6 How do I make a line jump between the label and the input type? <?= $this->Form->control('nombre', ['placeholder' => 'Nombre', 'class' => 'nombre', 'size' => '20', 'maxlength' => '30']); ?> It shows...
asked by 01.01.2019 / 15:20
1
answer

insert data from a php form to a database

I am making a form through which you insert some data and these must be inserted in the database, but when I give it to send I get it:    undefined index: id (for all id, description, ...) What am I doing wrong? data connection is wher...
asked by 23.12.2018 / 17:00
1
answer

How can I show the content entered in a JTextfield in a JOptionPane (In a form)?

This is the code of my form, the part of the JOptionPane is where I have the problem. // LDVives = Place where you live private void txtNombreActionPerformed(java.awt.event.ActionEvent evt) { txtNo...
asked by 18.12.2018 / 23:39
0
answers

Problem with javascript form

Hi, I have a form in html and javascript that gives me the following error: Can not read property'value'of null and I do not know why I have attached the html and the js Html: <form accept-charset="UTF-8" action="" method="post" onsubmit="e...
asked by 03.12.2018 / 10:08
2
answers

Get form data by ajax - POST method worked - PUT method not

I have a form that sends the information to the controller by ajax. When adding a record using type: POST if it works since doing dd ($ request-> all ()) shows me the array with the data. function saveReg() { var datos = new FormData();...
asked by 23.11.2018 / 16:25
1
answer

How do I send the value of a file type input by ajax to be used in the controller?

I have a form which sends the data to the controller through ajax <script> function save() { $.ajax({ type: 'POST', url: '{{url('/user/new')}}', data: { startDat...
asked by 21.11.2018 / 21:03
0
answers

Adapter for various forms C # does not show data

I have the following forms: which would be the parent of the Alta, Modify and download forms. All the label and textBox are in Modifiquers Public. But when I inherit it I get the following error in the designer: What is the...
asked by 13.11.2018 / 01:01
0
answers

Show process of uploading an image to the server

I'm using a system to upload images created with laravel and I wonder what forms there are to show the process of uploading the image especially when several are delayed at the same time and I would like to show the process of the upload     
asked by 12.11.2018 / 21:16