Questions tagged as 'html'

0
answers

Problems saving information to the database

I have this code, but for some reason it is not saving the information in the database. Can someone explain to me what is wrong with the code? <?php require_once('functions.php'); add(); ?> <h2>Novo Cliente</h2&...
asked by 29.12.2017 / 16:23
1
answer

How do I register multiple records

I want to make several contact records, I wanted them to be more dynamic, for example, the person has a number of phones or cell phones or email's and while on the site, he can click on a sum sign and the page presents new boxes to enter this da...
asked by 31.12.2017 / 03:42
2
answers

Display items from a list in django html

My code is as follows: {% for item in saldo %} {{item}} {% endfor %} And I would like to present the numbers (in the image), each in each line. Does anyone know how? I tried to make a "for" inside the post but it does not work.     
asked by 02.01.2018 / 15:35
2
answers

Change the color of the values

I have <form> in which I return information I consulted in bd, until everything is working perfectly, however I would like to change the color of value according to the result. If value is "PENDING" it should be red an...
asked by 02.01.2018 / 11:46
2
answers

Change color as text entered in TextBox

Hello! I need a code that changes the background of some TextBox as soon as the page is loaded according to what was "caught" from the database, my idea would be: textBox has 2 possible values="SENT" and " NOT SENT ", the code changes the backgr...
asked by 19.12.2017 / 18:48
2
answers

Angular / js select option

Personal I have an angle and an html: I have id that is in a variable ( input hidden ). How can I compare the id of this select/option with the id that is in the contents of this variable? The list comes c...
asked by 19.12.2017 / 21:20
1
answer

Automatic line break textbox multiline form of email C #

Hello everyone, help me here because I tried everything and it did not work, I'm not able to make the multiline textbox send the line break by email in the contact form. ex: Ola Quebra de linha tudo bem resultado: Ola Quebra de linha tudo bem...
asked by 19.12.2017 / 22:44
1
answer

Display DB data in list form

I'm developing a website to make animal donations / adoptions online, but I'm extremely lazy on the subject and my knowledge in PHP is small. For the user to donate an animal (add an ad on the site) he will have to fill out a form containing Ad...
asked by 12.12.2017 / 01:39
1
answer

Assign function to dynamically generated button [duplicate]

Personally my problem is a bit difficult for me to explain. I have these buttons which are added every time when the "+" is clicked and when you click any of these button they remove the div pai% ( .list-group-item )...
asked by 23.12.2017 / 04:03
1
answer

Is it possible to create a JS file for all pages?

I have several pages, I wonder if you can use the same JS for the same page. For example:    I have a HOME page, where I load the "child" pages within a% content, but for each page, I need to create a new JS $("#lista_cli").click(fun...
asked by 11.12.2017 / 04:02