Archivo de la etiqueta: formas

Lea todos los campos en un formulario [cerrado]

Este “formmail.aspASP 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 

Sigue leyendo

Etiquetado , , | Deja un comentario

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 

Sigue leyendo

Etiquetado , , | Deja un comentario

create label dynamically in php [cerrado]

I am new in php. I already have xampp and creating a first form on php and also knows the syntax of php . Ahora, I need to make a form on which a label or any control(botón,cuadro de texto,label etc) lata… Sigue leyendo

Etiquetado , , , , | Deja un comentario

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 ofSigue leyendo

Etiquetado , , , , | Deja un comentario

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 Sigue leyendo

Etiquetado , , , | Deja un comentario

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.
La… Sigue leyendo

Etiquetado , , | Deja un comentario

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 Sigue leyendo

Etiquetado , , , | Deja un comentario

Obtener información de una serie, cuando un campo de formulario se deja en blanco en 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 Sigue leyendo

Etiquetado , | Deja un comentario

Change button label & action for submit/save button in Twitter Bootstrap? Do it when form is unsaved?

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 needsSigue leyendo

Etiquetado , , , | Deja un comentario

Insert two form fields together in loop

I have two form fieldsFirst name” y “Last nameI 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 ISigue leyendo

Etiquetado , | Deja un comentario
32 páginas