Questions tagged as 'html5'

1
answer

filter results by date range Angular Material

Good, let's see if you can help me, I'm very green with Angular Material I have a table with N records and I am trying to filter by a range of dates. I have a select with the options (1 day, 5 days, 1 week, 15 days), which are loaded with...
asked by 18.01.2017 / 11:03
1
answer

How to make validations in datatables?

I have found out on the official page of Data Tables how to do validations, but it seems very complex to me as for what I am doing. The validation that I require is a bit similar to that done with PHP but in this case it is in a for cycl...
asked by 01.02.2017 / 14:54
4
answers

Concatenate checkbox

I have a question, which is the following: I'm doing a questionnaire but the dynamic is as follows: 1.- What cities have you visited? [] Mexico [] Brazil [] Africa The question I have is how to concatenate the options that you choose in...
asked by 01.03.2017 / 23:26
1
answer

Account Kit does not work correctly

Good I'm trying out Facebook account view to authenticate some users, but after entering the code sent to me by sms the page does not redirect back, if I try it on my computer it works correctly but if I try it on ios or android it does not work...
asked by 10.11.2016 / 23:51
2
answers

Modify responsive dimensions of the bootstrap 3 navbar

I am using the following navbar: And I'm having this problem: You can see that by the amount of elements that the navbar has, when I reduce the resolution of the screen, the elements that are aligned to the right, are passed do...
asked by 14.11.2016 / 05:07
1
answer

The email arrives, but with the fields that the user has filled in empty

good, I have this problem with my form at the time of putting send check my email and I get a message but with empty fields someone knows how to fix it? attached code <?php // Check for empty fields if(empty($_POST['name']) || emp...
asked by 12.11.2016 / 03:02
1
answer

Problem with styles in form created with ASP.NET MVC 5

I am creating a form using Microsoft MVC technologies. Basically it is a <div> that are divided to have two columns and there to put the labels and controls. The problem is that the text box of Email is misaligned. This is...
asked by 01.11.2016 / 00:02
2
answers

Make contact form in html in wordpress

I have a contact form in html on a wordpress page, the contact.php that is the action of the form, is in the root but when I give the send button I get an error 500, why is this error? the contact.php that is where we send the mail etc, must...
asked by 27.10.2016 / 11:22
1
answer

Problem with Input :: Old select laravel

I'm doing a registry, and I have a problem that when validating the selects, if an error occurs and returns to the registration page, I do not have the value when I use a ng-repeat. This case where I have 2 options within the select if it wor...
asked by 24.10.2016 / 22:30
1
answer

Error designing with flexbox

This is my code: .filadisco1 { display: flex; display: -webkit-flex; flex-flow: row wrap; -webkit-flex-flow: row wrap; justify-content:space-around; } .discox { width: 250px; height: 420px; margin-bottom: 15p...
asked by 02.10.2016 / 09:14