Questions tagged as 'formularios'

1
answer

Create PDF form in Java [closed]

I need to create several forms in java, when selecting a person to export their data to a PDF with a form already designed. I know the bookstore 'itext' and 'lowagie' I have already created some PDF to get list, the problem is that now I have to...
asked by 15.03.2017 / 09:47
0
answers

Problem when wanting to pay market payment in sandbox mode with php

I am trying to make the fictitious payment of the payment market in sandbox mode with easy payment, when I return the payment codes, I go to the easy payment I tell the cashier and it says something like "code not valid", this is the code that I...
asked by 15.03.2017 / 23:07
0
answers

Contact form and php attachment

I have a contact form that should send an attachment, the problem is that it does not send the mail or the file, I have already looked at spam and others and I have no idea why it is not sent, try it with emails from Gmail and Hotmail and just d...
asked by 16.05.2017 / 18:20
3
answers

I can not insert in BD with CodeIgniter

I have a view with a Modal PopUp form when the accept button is executed, it does not insert in the database or mark any error, I hope you can help me. VIEW: <!-- Modal (PopUp registro de nuevo cliente) --> <div class="modal fa...
asked by 25.05.2016 / 02:21
1
answer

My website is not visible from the top margin

By accessing the web link the home is automatically displayed from the input form of plug in wordpress to complete the field and I do not want let this happen. I do not find a way to eliminate this since it never happened to me. I want the web...
asked by 07.06.2016 / 00:40
2
answers

The best way to trim a bootstrap input

I have a form with this label and imput to add the value <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbd...
asked by 21.03.2018 / 15:47
1
answer

Upload image to server and get your route

I explain the idea and then the situation in which I find myself.    The idea is to upload the image obtained through the html form by calling the php on the server, and then (or depending on how you look at it) obtain the path of the image p...
asked by 21.03.2016 / 15:27
1
answer

File upload with PHP

I do not understand very well why an input type file in a form does not work for me. Can you help me find the error? Form : <input type="file" name="imagen" class="form-control"> Processed : <?php $codigo = $_POST["codig...
asked by 27.01.2017 / 11:06
1
answer

Django Validate Forms

I'm trying to make a form to store company information, so far it works perfectly when it saves to database etc. I am using forms.Form the detail is that in a template I am not using {% forms.as_p%} if not each one separately in order to make...
asked by 24.10.2016 / 04:14
4
answers

My Update does not work

I'm trying this: <?php session_start(); require 'conexion.php'; $nombre = $_POST['nombre']; $emai = $_POST['emai']; $pass = $_POST['pass']; $tel = $_POST['tel']; $dir = $_POST['dir']; $id = $...
asked by 11.11.2017 / 14:36