Questions tagged as 'formularios'

2
answers

redirect to an exit page send successful php form

Good morning I have a contact form PHP running but at the time of sending the send message of success I redirected to a blank page, as I could do to take me to my own page of form type: formulario-éxito.html sent successfully. this i...
asked by 23.09.2018 / 10:34
0
answers

Problem when collecting data from a php form. Very basic

I'm starting in php, and I have to do an exercise to process the data in a form. The exercise is simple, but I am jammed. I've been looking and looking for it for 4 days, but I can not find a solution. It is an agenda. I have 2 input text to...
asked by 22.09.2018 / 21:23
2
answers

Send ID from jQuery to a page to make an INQUIRY

I try to explain, since it is something I had never done before: Attempt: when opening a modal, I take out an "id" (the one of the client) Now, I try to send that "id" to the same page that had made the action, I put the code here:...
asked by 13.09.2018 / 20:37
0
answers

Show PHP code within JS

I would like to be able to display PHP code within my code within my example. In my select command to my code Js 1 or 2 as is the case selected, si $Select1 = 'buenos dias' y $Select2 = 'buenas tardes' I would like to show this when the re...
asked by 11.09.2018 / 18:21
0
answers

Place a field loaded from a View into another View laravel 5.6

I require Good I need to pass the name of the company from this table when pressing see / edit , I know it's something simple but for those of us who are learning it is a whole crusade if you could please guide me, I would appreciate it....
asked by 19.09.2018 / 21:19
0
answers

How to send the data of a form to different documents with buttons?

I have a form that shows printed data of a query, but I want to send that data to a php file to generate a report in pdf when the user presses the "Generate" button, I do not know if it is working correctly since when recovering those data in th...
asked by 09.09.2018 / 21:11
0
answers

Error sending data to MYSQL via AJAX and PHP

I am sending the data of a form, through ajax and php to my database: If I try a single variable or 2, if it works, if I add the rest, it does not work. My Ajax code is as follows: $.ajax({ type: 'POST', url: 'php/enviar_pedido...
asked by 27.08.2018 / 13:27
0
answers

DOUBTS to do CRUD of data WITH Jquery, Ajax and PHP + Modal

I have a "history" in a "table", as follows: $indices = '<table> <tr> <th>Selec</th> <th>NumP</th> <th>Fecha</td>...
asked by 28.08.2018 / 21:04
0
answers

Django URL Reset Password Error

I have the following problem with the authentication system URLs of Django . I request to reset my password, an email arrives with the following link: link After that, I go to that link and it takes me to the following URL:...
asked by 08.08.2018 / 14:40
1
answer

angular form

Good I'm doing a product registration with angular, and in one of the "inputs" I want to add "tags" until now I do not know how to make my form add several "tags" and send them to the backend, some idea of how to do it     
asked by 04.08.2018 / 02:40