Posts by Ricardo Feller • 153 points
9 posts
-
0
votes1
answer1021
viewsQ: My Form does not send
I made a form to send contact data (name, email, subject and message). <form name="contactForm" id="form-contato" method="post"> <fieldset> <div class="form-field"> <input…
-
1
votes1
answer95
viewsQ: Phpmailer: Using the email field as the sender
I have a question, can I use the email that was filled in the "E-MAIL:" field of the form as sender? I need that when I press the reply button of the mailbox it fills with the email that is filled…
-
1
votes2
answers16125
viewsQ: Image gallery (HTML/CSS)
Good morning, I’m starting on web programming and I need a north... I want to make a gallery with Timthumb where several images appear after clicking on one, it open in full screen and follow with a…
-
0
votes1
answer586
viewsQ: Tabbed Navigation with CSS and jQuery
I have a problem formatting my page... <ul class="abas"> <li><a href="#noticia1">Empreendimento</a></li> <li><a…
-
3
votes1
answer3568
viewsQ: Create Html/Css Phone Mask
It would be like making a mask without plugin in a field of my form ex: (00) 0000-0000 ? Usand CSS or HTML only?
-
3
votes1
answer139
viewsQ: Problem with mask in form
I’m using the plugin Masked Input Digitalbrush to format my phone field in the form, I tried this way and it didn’t work, someone can help me? <head> <script…
-
1
votes4
answers265
viewsQ: Phpmailer without ajax
I have a form that I am passing via post to the phpmailer script, after sending it redirects to another page saying if the form was sent or not, but does not return the form page, I tried to do via…
-
1
votes4
answers659
viewsQ: Submit does not call function
After changing the code, I left this way but I analyzed the browser console and realized that the Submit button still not calling the function: <div class="container"> <div…
-
1
votes1
answer581
viewsQ: Undefined index: url
I created a function php that is returning me a mistake: Notice: Undefined index: url... on line 2. I’m giving away $_GET in $url wrongly? function getHome() { $url = $_GET['url']; $url =…
phpasked Ricardo Feller 153