CITS5206-Group5 / Project

CITS5206 Group5 Project
MIT License
2 stars 1 forks source link

feat: Contact Page Integration #71

Closed 23958495 closed 2 months ago

23958495 commented 2 months ago

Contact Page Integration

Regarding the deployment, the webpage contains custom fields that clients can update, including phone number, address, counselling hours, email, and social media links. An HTML form is also provided to capture the client's information and message. In WordPress, a custom function has been created to send emails to Lita, as well as a custom table to store the information submitted by the users.

Definitions

get_header() and get_footer() to use the header.php and footer.php

Fixed fields

  1. Do you have questions?
  2. Help is needed?
  3. Address
  4. Counselling Hours
  5. Write to us!
  6. Form (First Name, Last Name, Email, Phone, Message)

Custome values using WordPress

  1. the_field('contact_phone')
  2. the_field('contact_address')
  3. the_field('counselling_hours')
  4. the_field('contact_email')
  5. Future: made customizable the Social Media links

Fix #58