Questions tagged as 'formularios'

1
answer

Symfony the form does not save

I commented that I am developing a form in symfony 3.4, the form is rendered correctly and displayed on the screen. The problem happens when clicking on the input submit nothing happens when I should save in the database. The code to save what i...
asked by 22.03.2018 / 03:14
0
answers

Where do I see the data of the contact forms that they complete on my page?

I had a contact form that came to my mail when people completed it. Now I do not have it and, instead, I have a form whose action is: <?php $nameErr = $emailErr = ""; $name = $email =""; if ($_SERVER["REQUEST_METHOD"] == "POST") {...
asked by 20.03.2018 / 17:44
1
answer

Error with the constructor and services

constructor(private pdpService : PdpService, private tostr : ToastrService) { } ngOnInit() { this.pdpService.getData(); this.resetForm(); } What is inside the constructor does not show me the form with which I am working. If I take ou...
asked by 06.03.2018 / 14:01
0
answers

Set required input in a free-form form

I am creating a form through the Libre Office forms design tool, but I can not find the way to mark the fields as required, so when I generate the .html, whenever I click on the submit button the form is sent. The only thing I have seen about...
asked by 05.03.2018 / 10:56
0
answers

How to use an external source to write an email

I am writing a%% mail% but it turns out that it can not be inserted anymore if not the body can not specify the headers, use html tags or connect an% external% co file Now: As I use other sources that are not the generic ones I trie...
asked by 21.02.2018 / 13:57
1
answer

undefined index php

I have this code, the fact is that in the line of $ _SESSION ['students'] I miss the error. What I want is that if that array of students does not exist that believes it, and when the program starts, since it does not exist, it gives me that err...
asked by 17.01.2018 / 11:17
1
answer

The results are not shown in the iframe

I have this code and I do not know why the results are not shown in the iframe. I have hardly any knowledge and what I am reading on the web does not help anything. Thanks. <script> function enviar(){ dato1 = document.getElementById('d...
asked by 18.02.2018 / 11:38
1
answer

Save related forms Django

At first I wanted to make a dynamic form in Django, but I found it impossible using only Django ... so now I decided to create several forms from their own Form and render them in different but consecutive templates, my question is how can I sav...
asked by 24.01.2018 / 20:12
1
answer

Does #Name appear? when I give a text box a default value in Access

I have a form in which I have a text field where the user's work date is entered, which by default I would like it to show the date of the current day. Investigating on the internet I found the function "Date ()" that does just that. The prob...
asked by 01.02.2018 / 19:53
0
answers

PHP form connected to BD MySQL does not pass data

Good Day Friends I have a query I'm very new to PHP so thanks for the patience. I'm doing a project as a practice that contains a product entry form and it connects to a MySQL database, when I enter the data by phpmyadmin if you show them...
asked by 20.01.2018 / 02:42