Hi,
ChatGPT did the following code for Import Layout . can you verify it's correct because I'm getting something went wrong upon attempting to create the layout from the JSON file that follows:
{
"title": "Join the Pilot \u2013 Transition Trailblazers",
"type": "page",
"sections": [
{
"type": "row",
"attributes": {
"padding": "60px 0"
},
"columns": [
{
"addons": [
{
"type": "raw_html",
"title": "Join the Pilot Form",
"content": "\n<div class=\"ttb-join-pilot\">\n  <h2>\ud83d\udd25 Become One of the Founding 100 Trailblazers</h2>\n  <p>Empowering America's displaced professionals and mission-driven partners through human-centered, AI-powered career reinvention.</p>\n\n  <form action=\"/index.php?option=com_users&task=registration.register\" method=\"post\">\n    <label>Full Name</label><br>\n    <input type=\"text\" name=\"jform[name]\" required><br><br>\n\n    <label>Email Address</label><br>\n    <input type=\"email\" name=\"jform[email1]\" required><br><br>\n\n    <label>Password</label><br>\n    <input type=\"password\" name=\"jform[password1]\" required><br><br>\n\n    <label>Confirm Password</label><br>\n    <input type=\"password\" name=\"jform[password2]\" required><br><br>\n\n    <label>I\u2019m Joining As*</label><br>\n    <select name=\"jform[profile][role]\" required>\n      <option value=\"\">-- Select One --</option>\n      <option value=\"job_seeker\">Job Seeker</option>\n      <option value=\"hiring_partner\">Hiring Partner</option>\n    </select><br><br>\n\n    <input type=\"hidden\" name=\"jform[groups][]\" value=\"2\"> <!-- Registered -->\n    <input type=\"hidden\" name=\"jform[profile][pilot_tag]\" value=\"founding_100\">\n    <input type=\"hidden\" name=\"jform[profile][membership_plan]\" value=\"Founding 100 Free Plan\">\n    <input type=\"hidden\" name=\"jform[profile][slot_number]\" id=\"founding100slot\" value=\"##AUTO_INCREMENT##\">\n\n    <label><input type=\"checkbox\" name=\"jform[consent]\" required> I agree to be contacted about the Transition Trailblazers pilot program.</label><br><br>\n\n    <button type=\"submit\">\ud83d\ude80 Join the Pilot</button>\n  </form>\n</div>\n"
}
]
}
]
}
]
}