⚠️ Read this first BEFORE doing anything else on this page...

Delete this block ONLY WHEN you have finished creating your own sales page.

This page comprises two "components".

① The first is this HTML/CSS code section which ChatGPT created. You will replace this block of text with your own ChatGPT-generated version.

② The second is the form at the bottom of the page. Systeme.io uses that form to add the name and email address to your contact list, and then send the enrollee to the next page (in this case the Thank You page). Do not change the form until you're competent to do so.

Backstory

Each component in a webpage has a unique identifier or ID. This allows the reader to navigate from one part of the page to another easily. We want the reader to reach the form quickly, without having to scroll all the way down.

ChatGPT does not know the field ID of the Systeme.io form unless you include it in your prompt.

  1. To find the field ID for the form on this page, click on the First name field below this block of text.
  2. Place your cursor in the left-hand column of this editing page, and scroll all the way to the bottom.
  3. The last line in the left-hand column should read something like field-dd09b1ed followed by a blue “copy this” icon.
  4. Click the “copy this” icon or copy the field ID.
  5. When you prompt ChatGPT, include: “Direct all your button links to this field ID: [your FieldID here].”

Then test each button to make sure it works, taking the reader straight to the first field in the form. If you don’t come right, pop a comment below this page.

Insert Your ChatGPT Code In this Block