formulário

Data validation in JavaScript [closed]

closed. this question is out of scope and is not currently accepting answers. ... " id="bt" value="enviar" onclick="enviar();"> </div> </form> </body> </html>

Concatenated list of values in PHP

I am trying to create a concatenated list of client names using only one entry in php, but ultimately the result was not what ... nput type="submit" value="+" name="add"><hr> <input type="submit" value="Enviar" name="show"> </form>

How to calculate and display the result of an operation, taking the data from a form, and sending the response on the same page below the form? [closed]

closed . This question needs details or to be clearer and is not currently accepting answers. ... ue); break; } } </script> </div> </body> </html>

Submit form without using PHP or similar

I need my HTML form with Bootstrap to be submitted. The problem is that I don't know anything about PHP. The functionality I ... n another Form. A traditional Contact page. Is there any way I can submit my FORM, without having to use a dynamic language?

POST method does not take form value

I am making a contact form on a website, but the PHP method does not take the value of input in form, I have already searched ... unction(data) { $this.prev().text(data.message).fadeIn().delay(3000).fadeOut(); },'json'); return false; });

Save form data in TXT (PHP)

Hello, good afternoon! I have the following code: <?php if (isset($_POST['texto'])) { $texto = $_POST['texto']; ... ng to make him identify that there is already an msg.TXT and create a msg2.txt to not overwrite the first, How do you do it??

Form aligned fields

Good Night, I used ' float: right;' to put some fields of a form side by side, but they descend one field below. 'Full name ... tps://gist.github.com/Silence00/68bd08fb9f3a0feaab3f CSS https://gist.github.com/Silence00/1851cbc6d66fc308b784 As solve?