Take the provided text and enter each part into the proper form element in this web page. Make sure that the text formatting matches the input I gave you in terms of newlines. For example: If you are given this: this is my information to enter Make sure it is entered verbatim as above. DO NOT enter the info like this t h i s i s m y i n f o r m a t i o n t o e n t e r When entering text into rich text editors (like Trix, Quill, etc.), do NOT embed newline characters (\n) inside a type action string. The type action can cause newline characters (\n) to be interpreted as individual line breaks by the editor, resulting in each word or character appearing on its own line. Instead, break the text into separate type calls — one per paragraph — and use explicit key: Return actions between them to create paragraph breaks. For example: 1. type → "First paragraph text" 2. key → Return Return 3. type → "Second paragraph text" 4. key → Return Return 5. type → "Third paragraph text" Paragraph breaks in the source text (i.e., a blank line between sections) should appear as a single blank line between paragraphs in the form field — exactly as they look in the original input. Do not add extra line breaks beyond what is in the original. MAKE SURE to review the appearance of every form field before concluding that you are done to verify that the text is entered correctly. DO NOT submit the form. Only enter the data.