Questions tagged as 'forms'

2
answers

Send text with Client Socket from one form that is displayed above another Form that is always on top

I'm having trouble sending text messages from a Client Socket . The form that sends the text is always displayed above the form that always stays on the top, when FormOnTop does not exist (not shown), works fine, since FormOnTop e...
asked by 07.11.2015 / 14:06
0
answers

How to keep the order of the selected checkboxes and send by form to another page

I have a code in page1.php where I have an array of checkboxes populated with MySQL data through a query. I can send the value of checked checkboxes to page2.php . But I want the order to be the same as the checkboxes were selected....
asked by 25.08.2015 / 04:01
0
answers

Displaying error message

I made the following validations in the Model: class Inscricao extends AppModel { public $name = 'Inscricao'; public $useTable = 'inscricoes'; public $validate = array( 'nome' => array( 'between' => arra...
asked by 17.07.2015 / 15:54
3
answers

Send mail with data of a form [duplicate]

I have a form in a html file and needed to click on submit > the data was sent to a mail. I've tried putting it in form , action="mailto: ...." , which was the only solution I found, but when I clicked on submit > just went to Outloo...
asked by 02.07.2015 / 16:44
0
answers

Error accessing page with digital certificate through WebBrowser Windows Forms Control

I am trying to access through the Windows Forms .NET 4.0 WebBrowser Control a page that requires a digital certificate. The site is only approved for versions 8 and 9 of IE. The IE version of the machine is at 11. When direct browser access I ne...
asked by 26.05.2015 / 22:06
0
answers

Signature with Pagseguro via form html

Hello, Following the tutorial on this page, you can easily create a button that directs you to pay for a product: link <!-- Declaração do formulário --> <form method="post" target="pagseguro" action="https://pagseguro.uol.com...
asked by 31.07.2015 / 19:54
2
answers

Two actions in the same form

Hello! I need to have two actions in the same form. I researched some solutions and did the following: <form id="formnewsletter" name="formnewsletter" method="POST"> <input type="text" name="nome" id="nome" /> <input type...
asked by 22.08.2014 / 21:00
1
answer

How to create a round button in Xamarin.Forms

I'm needing to create a rounded button in Xamarin.Forms similar to that of the main design material, but without losing the properties of a conventional button and without losing the feature of all xamarin.forms platforms. I would like to use th...
asked by 20.03.2017 / 19:54
2
answers

Sending form to two php files

I have a curious doubt and maybe an idiot, but come on. Is it possible to send data from one form to two different files in php?     
asked by 03.06.2016 / 21:19
2
answers

Dynamic Form? how to make?

I have the following question, I have a while in PHP, and in this while I have a form and a submit button that sends this form , but as they are multiple records it repeats this form and the system only detects the first fo...
asked by 20.01.2015 / 02:26