Example simple Form

This is an example of a simple form using FormKit and PicoCSS. The form includes various input types, validation, and a modal dialog.

"I don’t hire a lot of number-crunchers, and I don’t trust fancy marketing surveys. I do my own surveys and draw my own conclusions."
Donald Trump, Trump: The Art of the Deal
Interest(s)
Preferred contact method

Something different, let's try OpenAI simple one-off prompts to do some text generation and (optionally) see the token probabilities

Temperature: 0.4

OpenAI temperature setting from 0.0 to 2.0 (0.0 is deterministic, 2.0 is very random)


Response
{
  "personName": {
    "firstName": "John"
  },
  "title": "mr",
  "event": {
    "eventDate": null,
    "eventTime": null
  },
  "modalShown": false,
  "response": "",
  "responseHighlightClass": "",
  "interests": [],
  "termsAndConditions": false,
  "threshold": 0.4,
  "showLogprobs": false
}