Questions tagged as 'html'

1
answer

reCAPTCHA MAILCHIMP subscribers

I have my forms created with mailchimp for the websites of my clients. The problem is that these last days have begun to receive requests from fake subscribers or robots. I know that in mailchimp there is an option to make these robots ca...
asked by 12.01.2017 / 17:01
2
answers

Error checking registry

My problem is when checking if there is a record in the database $category_id = $_POST["category_id"]; $name = $_POST["name"]; $lastname = $_POST["lastname"]; $address = $_POST["address"]; $email = $_POST["email"]; $phone...
asked by 28.02.2017 / 14:44
0
answers

compatibility problem with input search button and search bar

I have this button that opens a top bar when the screen is less than 1080px and when it is greater than 1080px opens a horizontal line to do the search, but I have a problem with mobile, when I click on the button from my mobile device the top b...
asked by 10.01.2017 / 23:16
1
answer

Problem with Media Queries CSS

Good morning, comrades. I come with the following question. I have a half query to put a wallpaper on my master, located in the body . body { background : url('../../escritorio.png'); background-size : cover !important; backgro...
asked by 16.03.2017 / 16:48
0
answers

Problem contact_me in php

I have a problem with mail() in php This is in the php <?php // Check for empty fields if(empty($_POST['name']) || empty($_POST['email']) || empty($_POST['message']) || !filter_var($_POST['email'],FILTER_VALI...
asked by 28.12.2016 / 23:33
1
answer

Laravel collective does not recognize the class FORM laravel 5.3

I have installed the Laravel Collective HTML to do the forms and everything that makes Laravel safe. I have the Collective\Html\HtmlServiceProvider::class, in the config / app.php in the providers section and I also have...
asked by 29.12.2016 / 23:03
2
answers

Custom validation error Html and Javascript

Good afternoon, I've been studying about 2 weeks web programming and javascript. This time I'm trying to validate my form in php, but whenever I send it, it does not show the validation errors and the default validation of html appears. This...
asked by 13.01.2017 / 19:22
0
answers

It is correct to use an iframe or a div with AJAX

Hi, I am a newbie in programming and I know that I need a great way to learn but I have a doubt it is correct to use an inframe to show another site in a site or use div and ajax (I do not know a bit) to show a site in a div? Sorry for my ign...
asked by 03.02.2017 / 20:57
1
answer

search and auto completion search using javascript and html

good I have to do a project using javascrip the library react js and html. The project consists in making a search bar that completes what I'm writing, this is done using an api and all this is inside a modal. I already have the modal and the...
asked by 04.02.2017 / 22:55
3
answers

Fill a list from a form with ASP.NET Core MVC

I develop a project on ASP.NET Core 1.1 and I have the following problem: I have a form with which I create a new student, this student has a property that is a list of goals. What I want is to add several goals in the same form in which the s...
asked by 05.01.2017 / 00:00