Questions tagged as 'html'

0
answers

Do not upload multiple MySQL PHP images

Since several days ago I am trying to upload several images through a form, I did a var_dump to the amount that it brought me and it was the correct one, but when uploading, the two did not go up but one (the first), here is the code, I remain a...
asked by 23.07.2018 / 15:20
2
answers

Why does horizontal scroll appear on my website in the responsive?

I'm designing a web page, but I get a problem when I try with the responsive size, at a certain scale the page adds a horizontal scroll and the page can be moved and shows a blank space at the end as shown in the image The problem occurs w...
asked by 23.07.2018 / 17:38
1
answer

Firebase web record url in database after uploading file to storage

Maybe someone can help me with this code I am trying to record information in the database of firebase after I upload a file to storage but it does not record just upload the file and what I want is that it also saves the url and...
asked by 23.07.2018 / 12:01
2
answers

Is it possible to create a mailto with SweetAlert?

I'm doing a web page, and I'd like to add a mailto (send an email), through SweetAlert, but it gives me an error and disables some dynamic buttons that I have. Does anyone know if it is possible to do it? I enclose my code in case you can help m...
asked by 23.07.2018 / 11:09
0
answers

Wordpress - export "rich text editor"

Currently I am developing a web application in conjunction with wordpress, this must emulate the function of "create new article", the big obstacle that I am currently in is how to use a textarea to create the content of the article and that thi...
asked by 23.07.2018 / 02:12
0
answers

Change default page of Adminator Admin Dashboard

   How to change the default page of the template Adminator Admin   Dashboard, I would like the default page, start out Sign in. Repository of the template     
asked by 25.07.2018 / 21:11
3
answers

Handle table inside another html table without interfering in JavaScript

I have a table with id=mytabla , which inside contains several data, and in the last row a field called retentions that should show another table inside, in this I have no problems, staying like this: <table id="mytabla" class="table...
asked by 25.07.2018 / 20:53
0
answers

Update Django Application Date?

I have an application in Django in which users enter a date by means of a calendar but the date shown on the calendar is always the same as the day I started the Django server. I explain if I start the server on 5/19/2018, the schedule of the...
asked by 24.07.2018 / 13:46
3
answers

I can not validate when I use tag form

I recently started with this and I'm having a problem with my code. I want to make a simple login form and I am having the problem that I can not perform the validation if I use the form tag, otherwise the validation can be done but I lose the d...
asked by 24.07.2018 / 14:28
0
answers

make a field not mandatory in a Django form

I'm modifying an old django web project (1.5), I need to be able to go through all the registration forms freely, currently I can not go to the next form without registering the "email" field, I have tried to modify the model but not yet I get t...
asked by 24.07.2018 / 16:46