Posts by Someone • 19 points
6 posts
-
-1
votes1
answer60
viewsQ: Send data from a form by email
My goal is to create a contact form, where the user entered his name, email and message. The moment you clicked on "send message" I, being an administrator, would receive an email, with the user’s…
-
0
votes1
answer74
viewsQ: Join that shows multiple data from one id
I have 3 tables: "Third parties", "Address third", "Contacts third party". The goal was: a third party would be inserted, it would be listed, it would be assigned an address and a contact, however I…
-
0
votes0
answers63
viewsQ: Paging does not work
I just did the research field and paging of my project, however I have 17 records already added but only has 8 records I made the code in order to present 15 records per page, that is, on the second…
-
0
votes0
answers32
viewsQ: Field of research and pagination
I have as objective the realization of a field of research, as also the pagination, both worked until I realized a popup that was intended to present the data of each client that were inserted in…
-
0
votes2
answers152
viewsQ: How to make a text field mandatory when one of the radio Buttons is selected?
I intend to make the field "Idsiliamb" mandatory, only when the radio button "Company" is selected, if the field "Private" is selected nothing will happen. At the moment when I select the radio…
-
1
votes0
answers72
viewsQ: Form Autocomplete
I’m trying to make an autocomplete form, however so far it doesn’t work, I don’t know if anyone can identify the error <div class="form-group"> <label class="control-label col-sm-4"…