Posts by annyk • 115 points
17 posts
-
-3
votes1
answer135
viewsQ: CSS Cellular Effect
I would love to learn this effect on the advantages of the app on the site https://www.linx.com.br/payhub/shopbit/? gclid=Eaiaiqobchmi65qb46-n3wIVEoORCh1Xxg9iEAAASAEgJlS_D_BwE Effect seen on link…
-
0
votes2
answers284
viewsA: Image selection - phpmailer upload
I managed to solve it this way. if($assinatura == 'suporte'){ $img_assinatura = "./img/assinaturas/suporte.jpg"; } else { echo "assinatura não selecionado"; } and in the template I put so to replace…
-
0
votes2
answers284
viewsQ: Image selection - phpmailer upload
I am trying to send an email by phpmailer with a signature image at the end, in case I have this select to select the desired signature. <select class="form-control" id="assinatura"…
-
0
votes1
answer412
viewsA: Send HTML e-mail template with Phpmailer
I was forgetting to put this, so I wasn’t recognizing the HTML. $mail->MsgHTML($template);
-
0
votes2
answers1056
viewsQ: Assign link to a modal bootstrap window
How do I link to a modal window? In case I want to send this link, the user by clicking on the link already open direct the modal. How do I do that?
-
0
votes1
answer412
viewsQ: Send HTML e-mail template with Phpmailer
People I’m trying to send e-mail using phpmailer, but with the message using html template, but this going only the codes by email, some tip of how to do?
-
1
votes2
answers112
viewsQ: Lock of characters with exception e-mail field
I’m using this code to block the special characters, but this blocking also in the email field. how do I resolve? or how do I allow @ and _ $(function(){ var regex = new RegExp('[^…
javascriptasked annyk 115 -
1
votes1
answer572
viewsQ: Back to page with the modal open
I have a question. I have a form in a bootstrap modal where I have a recaptcha, the form action validates whether it was selected or not. I give an alert and it goes back to the previous page, but…
-
0
votes1
answer49
viewsQ: Switching of Browsers
I made my site with bootstrap, and I’m having some problems, in Mozilla the site is viewed normally, already in Chrome this distorted confirm the images, Somebody’s got a tip on how to fix this??…
-
4
votes3
answers368
viewsQ: How to align the text in front of another element?
I managed to round the edges of the div I’m just not able to align the text in front of the div. My code is like this: .boxEtapas { overflow: hidden; } .etapas { margin: 0 auto; } .etapas ul {…
-
0
votes0
answers49
viewsQ: Doubt about sending php mail
When receiving an email sent by the php mail function, it appears the email configured in the function as sender and appears this name that is highlighted, anyone know tell me why? is a server? is…
-
1
votes2
answers310
viewsQ: Show or Hide modal with sessionStorage
I was searching for a way to limit the appearance of a modal on my site, for example when clicking on a link asks for the e-mail registration before going to the anchor, but I do not want this to…
-
0
votes1
answer125
viewsA: PHP mail function
I managed to make it work people. Thank you all. The problem was in the form, which gap rs was without the tag name.
-
0
votes2
answers258
viewsA: Control of the appearance of modal
Well I started the session and set the variable to 0. <?php session_start(); $_SESSION['modal_aberta'] = 0; ?> Then I took the code from Jquery and did so <script>…
-
1
votes2
answers258
viewsQ: Control of the appearance of modal
I created a modal, that when clicking on a click it asks if the person wants to register the email to receive more information. And this modal is on more than one link throughout the site. Could I…
-
0
votes1
answer125
viewsQ: PHP mail function
I am trying to use the php mail function to send the information of a form to my email. I’ve been through a lot of pits, but I can’t make it work. What’s wrong with you? Don’t give any kind of error…
-
1
votes0
answers60
viewsQ: Slider Javascript Sumindo
I wonder if you could help me. I am putting on the site that I am developing a very simple slider to just pass 3 images. the example I take on the site w3school. But as he goes through the images,…