Questions tagged as 'formularios'

1
answer

The form.is_valid () function does not work in Django

I hope you can help me in advance thank you very much, it turns out that I have a form that I need to fill with information from my database before sending it to the template, but it turns out that when I want to evaluate it using the POST metho...
asked by 21.07.2017 / 22:36
1
answer

Virtual keyboard in a JFrame

Good friends I need help with a form that uses a virtual keyboard, this keyboard is in jPanel , at the moment I have only been able to program it so that the text is entered in a single jTextFIeld , I am looking for the way that t...
asked by 13.07.2017 / 09:30
1
answer

Web Forms with Python

He has asked me to automate a load of some records in a SQL database, with id, cedula, departamento y tipo de pago with Python. I have researched and found a framework called Flask, apparently it is simpler, but I have not managed to d...
asked by 07.09.2017 / 17:11
1
answer

Pass latitude and longitude values to form

I have a page that displays a map where it automatically locates my position, I have tried through another code to pass the latitude and longitude to a form in text fields, but I have not succeeded. Any suggestions? <!DOCTYPE html&...
asked by 03.07.2017 / 17:57
2
answers

500 (Internal Server Error) with AJAX and PHP

I have a form which sends 3 data to the file php guardar_lugar.php and at the moment of pressing the button guardar the error occurs to me. I have read several responses from different forums but I have not been able to solve the p...
asked by 23.05.2017 / 16:55
1
answer

Problems when closing my form in C # (the confirmation message is repeated)

My problem is that my form has an event to close and in fact it does it correctly as long as I do not return to where the event occurred, this means that while I browse through other windows except the initial one, it appears the message only on...
asked by 08.03.2017 / 19:41
1
answer

The email arrives, but with the fields that the user has filled in empty

good, I have this problem with my form at the time of putting send check my email and I get a message but with empty fields someone knows how to fix it? attached code <?php // Check for empty fields if(empty($_POST['name']) || emp...
asked by 12.11.2016 / 03:02
2
answers

Excel Conditional Format

Good morning, I am creating a spreadsheet with a form to be able to document the status of an order. Depending on the status, the cells from A to N have to change color, additionally for certain status such as "CI ERROR / TICKET", the color of t...
asked by 13.10.2016 / 04:50
1
answer

Validate mailchimp form before sending

I have a Mailchimp form and in the respective input I have the attribute required but when I hit send in the form it sends me to the error validation page of Mailchimp and I do not like that problem to occur. I would like the ty...
asked by 15.08.2016 / 21:03
1
answer

Save each row in an array when submitting a form

I'm doing a form that takes information from a mysql database and php shows it in a form with checkboxes, my question is this: How do I save each selected row in an array? This is the code that creates each row of the form: while($row =...
asked by 03.08.2016 / 02:25