Tag Archives: formas
Leia todos os campos em um formulário [fechado]
Este “formmail.asp” ASP script receive an:
<form action="formmail.asp" method="POST">
Read ALL Fields in form, build a msg with all fields and send to my email this fields and yours values.
msg = empty
for each field in Request.Form() // read …
Form submission I have to press submit twice when all fields are not empty
I have this code where i validate each field to be not empty and the problem is that when every field is filled I have to press submit twice in order for the form to be submitted.
<table>
<form method …
create label dynamically in php [fechado]
I am new in php. I already have xampp and creating a first form on php and also knows the syntax of php . Agora, I need to make a form on which a label or any control(botão,textbox,label etc) lata… Continue lendo
php javascipt functions to read modify text file and update form field value to add to mysql db
I have this form that uses php to access a txt file retrieve the first code and then delete the code and after that pass the code in the database(mysql) on submit the form. Depending on some user values of… Continue lendo
Zip files is not getting created
I am trying to add files into a zip by sending the file names from a HTML form.
The HTML code is
<form action="act.php" method="POST">
<input type="checkbox" name="send1" value="filename1.extension">
<input type="checkbox" name="send1" value="filename2.extension">
</form>
…
The PHP
I tried in two Continue lendo
How can I send only some of the GET parameters
I have a form using GET method. This form might have large amount of fields to update. so sometimes the URL gets too long. so I thought I can add more buttons to update each group of fields seperatedly.
O… Continue lendo
Text user wrote in form doesn't appear when variables passed to a feed dialog php file
I am having an odd issue. I am trying to pass the information people filled out in a form to the facebook feed dialog by $_POST…ing the name of each field into the field dialog. Facebook has an example Continue lendo
Obtendo informações de uma matriz quando um campo de formulário é deixado vazio em php
I have a form field (id="rate" name="rate") that the user is required to enter a value for. But if the user leaves it empty the value is taken from an array in costs.php…. I have written this Continue lendo
Alterar rótulo do botão & ação para enviar / salvar botão no Bootstrap Twitter? Fazê-lo quando o formulário não foi salvo?
I have a simple non-Ajax form that presents serialized fields for saving a whole bunch of pieces of data across multiple records i.e. a quote with multiple line items and each field on each line is editable.
The form needs… Continue lendo
Insert two form fields together in loop
I have two form fields “First name” e “Last name” I can also clone the two fields to add more users on one submit.
I want each record to have it’s own ID once inserted into the database. However I… Continue lendo





