Questions tagged as 'forms'

2
answers

Validation of MVC forms - PHP

To validate forms with MVC concepts, would it have to be in Controller , Model , or View ? Searching the internet I saw some articles on the subject, but some recommend doing in model others in view , the final, in> view ? This method do...
asked by 18.02.2016 / 02:37
2
answers

When I create a Form, it deforms the Button

When I create a Form using JS to open the Button of a Button, the text of the Button is deformed. #openSendForm{ background: #0ebd64; position: absolute; width: 250px; height: 50px; right: 70px; top: 15px;...
asked by 09.01.2017 / 19:55
1
answer

form does not insert into the database

I have a HTML with this code: <div class="row"> <form method="post" action="php/mensagem.php" accept-charset="utf-8"> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12"> <in...
asked by 09.07.2015 / 11:50
1
answer

Is there a way to remove the close forms button in VBA / Excel?

I want to get the close button of some forms in VBA / Excel. For example, I'm customizing the presentation of some messages to differentiate from VBA options that are unattractive. In addition to using different images, colors and fonts, i...
asked by 23.08.2016 / 01:22
1
answer

How to get a form variable in HTML?

I have an HTML file (html1) to fill user and pass , and call a PHP file (php1) to authenticate the values. But I need the user in another PHP file (php2) how do I call the user value in the php2 file?     
asked by 01.07.2015 / 20:11
1
answer

DataGridView windows Forms

I have the following question: I have Grid that is composed of various information (id, city, zip code) and the user will select several lines in this Grid . I need to capture the selected codes, assign these IDs to a variable of ty...
asked by 24.02.2015 / 05:03
1
answer

Form running after closed

I have an application with a Form1 , where my pictureBox is. I added another Form2 to the project that when executing it it turns a magnifying glass, so, to use it on top of the first Form1 . My problem is: after pressing ESC which is...
asked by 16.08.2017 / 20:59
2
answers

Error in Django Module

Whenever I try to run, I'm getting the following error described below. I've already researched a solution, but I can not get it to work.    Exception Type: ValueError       Exception Value:       ModelForm has no model class specified.     ...
asked by 16.05.2016 / 15:31
0
answers

Form redirected to a 2nd page, but I do not receive the information submitted in the email

I have a form called formulario.html that when it is submitted successfully, the person is redirected to a site thanks page called agradecimentos.html . Everything was working fine, but when I go to my email and a secondary email I...
asked by 12.08.2015 / 19:31
1
answer

Form gives error in PHP

I'm trying to make the form on my page return an error and stay on the page if no field is filled. However, he is doing this even though all fields are filled out correctly! Could you help me? The form page: <body> <...
asked by 08.12.2014 / 03:39