Questions tagged as 'html'

0
answers

Can I only send form data to server e-mail?

I'm a beginner in php, learning at home alone. I was watching a video of how to send form data to an email , type those "contact us" fields that you have on some sites. And I saw that in several videos, people were sending this data to a...
asked by 16.11.2017 / 14:27
2
answers

Information does not arrive in value attribute

The information I get in the user model (getTimeLine method) gets to the homeController, but does not arrive in the homeView in the input type hidden in the value attribute. public function perfil($id) { $dados = array(); $p = new pos...
asked by 12.11.2017 / 01:54
1
answer

Get external HTML code Render

I am putting together a PDF and in this PDF I have to put a graph that is being done by Highcharts . I created an HTML and JS code, and it is creating the right one, the problem is that I need to get the HTML code of this rendered graphic...
asked by 13.11.2017 / 17:48
0
answers

Execute HTML from internal PHP server 7.1.11

I would like to know if it is possible (and if so, how) to execute HTML files from the built-in PHP server (version 7.1.11). I'm following Caelum's handout HTML, CSS and PHP. In the course, after building the pages in HTML, it is time to inst...
asked by 23.11.2017 / 02:38
0
answers

How to put Collapsible List Group in ajax?

I want to put tabs when the person in the category opens a list of products, but I can not get [! [ $(document).on("click","btnMesa1",function(evt) { $.ajax({ type:"get", url:"http://localhost:8080/ProjetoXDK/appModelo/www/php/func...
asked by 13.11.2017 / 00:06
1
answer

Checkout Transparent Market Payment

I'm doing a checkout for the paid market, and I'm having trouble when I submit the payment form, is returning the message Fill in the fields correctly . I put all the information correctly and still return the error. What else do I have t...
asked by 13.11.2017 / 12:54
1
answer

calculate values of inputs with the same class

I need to do a real-time calculation with divs with the same class inserting the result into another one. The code which I am trying to develop is at the link below var qtde_inputs = $('.quant').value; var soma_inputs = 0; $('.quant...
asked by 08.12.2017 / 13:16
0
answers

Select2 does not work after cloning the entire section

After cloning an entire section, select with select2 no longer works. I already tried to use the destroy to later use select2 in JS but it does not work. Can someone help me? It would be of great value. Thank you. The element I've cloned is...
asked by 10.11.2017 / 14:47
0
answers

Apache access from one .html file to another .html in another directory

I'm using Apache to remotely access an html page, I've replaced the index.html file that is in the /var/www/html folder with a file that asks for authentication and redirects the page to a another file .html. window.location.replace(...
asked by 16.11.2017 / 17:53
0
answers

Dynamic form showing value that was not to show

Talk, people, beauty? When I create a dynamic form, it defaults to select, an empty Value in the option, which is set to Value="N / A". When I add, for example, two dynamic forms to populate, at the time of showing in the content it shows one th...
asked by 09.11.2017 / 17:01