Questions tagged as 'formularios'

2
answers

Avoid sending form if I have selected radiobuttons

I'm doing an embed code for a mailchimp form I have 4 options OP 1,2,3 and 4 Each one has 2 radiobuttons YES and NO how do I make the form not be sent if ALL RADIOBUTTONS ARE IN NO <input type="radio" value="Si" name="MMERGE4" id="mce-...
asked by 18.11.2017 / 01:22
1
answer

Multiply mysql entry field and php form

Good I would like to do a calculation, between a field in my database and a data entered by a form, I can not get it out ... The database data is internal saved in one table and the other one that the user enters by a form. <?php $usuar...
asked by 06.11.2017 / 20:35
2
answers

How to prevent the form from being sent if I have radiobuttons in NO

I'm making a newsletter form, I have 4 options all have Yes and No now I want to avoid that the form is sent if everything is in NO This is my code, I tried it with Js but it did not work out. Thank you very much <!-- Begin MailChi...
asked by 20.11.2017 / 19:11
0
answers

Validation duplicate registration in form with Javascript

I have a Javascript form that makes a Post to a table to generate an invoice of products everything does a great job. I need to validate that one of my data (the product code) is not already in my data to avoid double records when generating...
asked by 13.10.2017 / 14:01
0
answers

Problems with my counter when trying to login - php

I have problems with my accountant in the form I made. Just tell me one attempt and not the others that are necessary so that access can be blocked (2nd and 3rd attempts). This is the only thing I need to finish my project. P.S. ignore the inclu...
asked by 13.10.2017 / 12:40
1
answer

JSP File Forms

I have in my form to receive a file and it does it well, but if I add inputs type text to the form, I no longer receive the file ... I think the problem comes from this line String contentType = request.getContentType(); Because it rec...
asked by 11.10.2017 / 12:04
1
answer

How to Handle and validate Time on a Form c #? [closed]

How to Handle Time on a Form c #? What would be the code to save and validate? Attached Graphic Example Image of what I want to do Example: .... Greetings     
asked by 13.10.2017 / 23:08
1
answer

I do not get the form emails even if it seems that if I send

I have a reseller with several domains in it, everything worked fine, until 5 days ago the emails stopped coming to my mail, everything works perfectly, the site sends me to the thank you page that I configured, but the email never arrives at th...
asked by 18.09.2017 / 18:41
1
answer

Doctrine form element + zf3 error message "No object manager was set"

I am using Doctrine to create a DoctrineModule \ Form \ Elemen \ ObjectSelect in my forms. But when calling it from the view it shows me this error: 'No object manager was set' ("No object manager has been established"). I rely on the DoctrineM...
asked by 28.09.2017 / 21:13
1
answer

How to keep the input text off when restarting the page?

Good, I have a problem, I can not find the way in which to refresh the page the input text are disabled, they are enabled and disabled with a checkbox, the checkbox if I return from the bd with the value already marked, what I want you to be abl...
asked by 28.09.2017 / 17:45