Posts by Batman • 107 points
10 posts
-
0
votes0
answers84
viewsQ: Contact form that uses JS to validate and PHP to send not working
I would like help to identify the problem, ultilizo a form that uses JS to validate and PHP to send, but it is not working. It works perfectly on other sites, but when you click SUBMIT (Submit) it…
-
0
votes1
answer58
viewsQ: Send selected items via email form
I have a contact form that uses JS to validate and PHP to send, works very well with inputs text and the like, I would like to implement select in it. I’ll pass my codes here: HTML form: <form…
-
1
votes1
answer770
viewsQ: How to align UL items on the same line?
The slider on this link: http://azaz.com.br/blog/ was with the indicators (UL items) aligned, but when I checked to stay dynamic with wordpress, adding the template tags (code below), they…
-
2
votes1
answer127
viewsQ: How to change html data-start-height by Media Queries?
I have a website Based on a template I bought on themeforrest, the banner of the homepage of this site has its height adjusted by this attribute: data-start-height (which I had never used, I know…
-
1
votes2
answers546
viewsQ: Send form data to a URL
I know html, but I’m no expert. I created a website for my hostel based on a template I purchased on themeforrest and it has a form that receives data (as input, output, adults, etc) the form is as…
-
0
votes2
answers31
viewsQ: Form fields not clickable on website when opened on desktop?
http://pousadamonteiro.com.br/Contato.html I have a contact form template that uses JS to validate and PHP to send the data, but on this site the link is above, the form is not clickable when opened…
-
1
votes1
answer1761
viewsQ: How to use required in select in jqBootstrapValidation validated form?
I’m using the library jqBootstrapValidation to validate forms along with properties required and data-validation-required-message (displays a custom error message). Everything is working properly…
-
4
votes1
answer374
viewsQ: Search for closeness
I am in search of tutorials that help me implement a search for proximity (as in this link:https://www.palfinger.com/pt-BR/bra/representantes-de-vendas/localizador-de-representante). Note that…
-
0
votes1
answer765
viewsQ: Send attached files by email form
I have a contact form template that I use on my websites. It uses JS to validate the content of the fields and PHP to send the data pro email. I wonder if it is possible to send files (images)…
-
1
votes1
answer532
viewsQ: How to send select element by email?
I have a contact form that uses JS to validate and PHP to submit, works very well with inputs text and the like, I would like to implement select in it. I’ll pass my codes here, I’m afraid it’s too…