Questions tagged as 'formularios'

1
answer

My form does not work in Hosting

I am working with a form using ajax. In local using wampserver makes my records successfully. I'm doing tests on a hosting and I do not do any operation. //codigo JS $(function(){ $('#registrar').click(function(){ var numcontrol = $('#numco...
asked by 03.06.2016 / 16:27
2
answers

Upload File Server PHP

I have to upload 2 images. One is a product image and another is a QR. Also the code I want to insert in a MySQL database the URL of each image. I managed to get the URL of each image registered in the database and upload one of the two images,...
asked by 28.10.2018 / 23:43
3
answers

Limit content according to user

I have a question about how to limit the options that a user sees in a form in my select / option I want the user id = 1 to only see the clients that I assign (let's say the client1 and clients5) I am free to add fields for this purpose in my...
asked by 06.09.2018 / 17:11
1
answer

Save form values in LocalStorage / JSON - JavaScript

I'm trying to save the values of a form in the LocalStorage to then pass it to JSON, all in JavaScript, I appreciate a help with this, this is the code I have. CODE: var theForm = document.querySelector("#form"), valores = []; [].forE...
asked by 31.08.2018 / 20:47
1
answer

DOUBT To validate form with jQuery before "Check Data"

I'm seeing how I can validate a form with jQuery. The form can be of "4 types" with what depending on the option that you choose at the beginning: "I would like to add a required attribute to the required fields, of course it will vary de...
asked by 22.08.2018 / 11:58
1
answer

How to get the "name" and not the "id" in jQuery ..? From MYSQL

I am making an order form, I use jquery, in this case, after completing the form, I added a "check data" button in which I send all the data to another form with: var TratamientoOD = $('#TratamientoOD').val() var familiaOI = $('#familiaOI'...
asked by 20.08.2018 / 22:50
2
answers

Searching for a surname in a field with 2 surnames in Mysql

I have a table with 4 fields: No tuition , Last name , Names and State . > I want to do a search on the surname and if for example I search only those that are named Velez, I list the information of all those who are named Velez. I ha...
asked by 03.04.2018 / 22:14
1
answer

How do I put the form in parallel to the paragraphs having bootstrap and own styles?

I still try to give functions to my website, which I am getting thanks to my colleagues (@Camilo Vasquez, @Alvaro Montoro, @Pepo Gonzalez) In this case, I try to put the form that is under the pad, to the right of the four paragraphs, parallel....
asked by 18.11.2017 / 00:42
1
answer

Validate field depending on the value of another Angular

I request your collaboration to indicate how I can validate a text field that depends on the selected value in a Radio button; really what I need is to activate the observations field only if option 4 is selected, but the form shows it as invali...
asked by 02.10.2017 / 04:17
1
answer

how to link the php to the html, so that the contact form works?

A big hello. I have this form with Bootstrap, however there is something that I am not sure about and it is like linking the .php, to the html so that it works when you are going to send an email that leaves the message, we received your requ...
asked by 22.09.2017 / 18:13