Navigate to the “Endpoints” section and click on “Translate endpoint.”
In the next tab, you will find your X-RapidAPI-Key.
Creating Contact Form 7 with Original and Translated Messages:
Go to your WordPress dashboard and navigate to “Contact.”
Create a new Contact Form 7 form or edit an existing one.
Add the desired fields to the form. For example, a text area field named [your-message].
Field Naming Convention:
For the original message, use _original as the suffix. For example, if your field name is [your-message], the original message field name will be [your-message_original].
For the translated message, use _translated as the suffix. For example, if your field name is [your-message], the translated message field name will be [your-message_translated].