Questions tagged as 'formularios'

0
answers

Error "Invalid Nonce" in Registration Form

Thank you very much for entering. I have a registration form that works correctly, belongs to the Ultimate Wordpress plugin. The problem is when I put that form in a modal, because when sending the form, the error appears: "Invalid Nonce." on...
asked by 10.11.2018 / 22:20
0
answers

Pass a value from my database to a select in a form

I am working with JSP, Servlets and SQlite using the MVC pattern, in eclipse. I explain what I'm doing, I have a page that lists a series of records and shows them in a table (all right up there) I am using JSTL, a servlet returns an ar...
asked by 08.11.2018 / 18:58
1
answer

Error in PHP Post

I'm doing the final project about forms in my Web programming subject, but when I press the register button it shows me an error that says: Can not POST /register.php Here is my HTML code <!doctype html> <html> <head&...
asked by 11.11.2018 / 05:29
1
answer

reset a jcombobox at the end of completing the form

I'm filling out a form. To avoid the error of the user in one of the campos to fill it I limit it to a combobox , and when it completes the filling and sends, I can delete everything, but the combobox remains in the value...
asked by 31.10.2018 / 12:00
1
answer

Work with fractions in Javascript

Good! I am creating a super simple calculator through forms, it is only based on this proposed systems of equations resolver: link The problem that arises is that when entering a fraction of the type "x / y", the parseFloat that is in the l...
asked by 31.10.2018 / 20:45
0
answers

logueo form with composite control

I have this logueo form created with composite control but it throws an input string error, what would that error be? private void btnIniciarSesion_Click(object sender, EventArgs e) { try {...
asked by 27.10.2018 / 19:38
3
answers

datalist dependent on another datalist

I would like to be able to create a form with datalist dependent on other datalist for provinces and localities for example. I have found a good datalist compatible with all browsers included safari which is not supported natively. I hope you ca...
asked by 26.10.2018 / 14:14
0
answers

Visual Basic 6: Insufficient Memory, does not allow to create Forms

In a large project of Visiual Basic 6, it does not allow me to create more Forms. An "Insufficient Memory" error appears. The only way I have for now is to erase other Forms, but this is not a solution. Does anyone know if you can increase the n...
asked by 17.10.2018 / 12:17
0
answers

Jquery Form Validator with id exchange through attr

I'm putting together a form that is validated by Jquery Form Validator link What I am doing is that when I send the form, I validate the fields that I require and if they are correct I send them through ajax, at the end of the query I modif...
asked by 12.10.2018 / 01:19
0
answers

Generate CSV with multiple records with a single Form

how are you? I tell you that I am new to the Program ... I need to create a csv with n rows or records using the same Form ... at the moment I have the following code which generates this csv but only with 1 record when using the submit button ....
asked by 12.10.2018 / 16:04