Questions tagged [contacts]

Procedures related to managing contacts such as creating, reading, updating, and deleting, can be done through the contact list or address book in various platforms like email services, Android devices, iPhones, Windows phones, and Facebook.

PHP contact form not properly sending complete submission data

I'm facing an issue with my HTML contact form that utilizes JavaScript for a change function. Essentially, I have a dropdown menu for different subjects, and based on the selected option, specific fields should appear. However, when a user fills out t ...

Issue with retrieving all phone numbers from a contact in Ionic

Hope you're doing well! I'm encountering an issue with Ionic Contacts. Currently, I'm able to retrieve all the contacts using my code but I need help extracting all the phone numbers associated with each contact. For example, if John has 3 phone numbers, ...

The functionality of my contact form is non-operational

I have been struggling with my contact form for months, trying various tutorials but still no luck. Please take a look at it here. This time, I followed this tutorial. Here's the code I have on my form from the first link: Contact Form ...

Struggling to troubleshoot my php form (email not being sent)

First off, I want to mention that PHP is not my strong suit, so please bear with me if I make any mistakes. UPDATE: I attempted to echo the variables as suggested by you all, but it seems I am unable to retrieve any values from them. UPDATE2: The "class ...

Issue with PHP and Jquery contact form causing blank emails to be sent

I've been on the hunt for a solution, but nothing seems to work from other topics I've seen. So, I'm reaching out with my query now. Apologies if it overlaps with another question. Below is the html markup within <head></head> <script ...