Skip to content
Snippets Groups Projects
contact.md 1.05 KiB

Contact

The contact page allow a user to contact the support team through the email service.

When a user is not logged in, he/she will need to fill some personal information (firstname, lastname, email) in order for the support team to be able to reply. In the case he/she is logged in the information will already be completed.

The user can select a subject from a predefined list but can also enter un custom one.

The component has been developped to read a subject query parameter from the current url. If one exists the component sets the subject value of the form with the value of the query parameter. This is the way we implemented the Contact us feature on the info page of a dataset detail. Indeed, when one clicks the button, he/she is redirected to the contact page where the subject is the name of the dataset that was beeing consulted.

In order to submit the contact form, the user has to accept the general term of use and the processing of the information by checking the dedicated box at the bottom of the form.