Help / FAQ page
Logic:
Retrieve name, email, and feedback from the POST request.
Construct and send an email using Mailjet with the provided information.
Display a success message if the email is sent successfully; otherwise, display an error message.
Redirect to the feedback form page after submission.
Frontend:
Form fields:
Name (required)
Email (optional)
Feedback (required)
Submit button to send the feedback.
Two informational sections:
FAQ: Clickable questions reveal or hide answers.
Tutorials: Clickable titles reveal or hide content.
Last updated