[P]Controls layout only. It is not counted or submitted as a user field.
Every field uses the same four ideas: a type, a useful label, optional choices, and a default value or destination.
[D-post_word_count-45~30~]Use Insert Field to create one, or highlight existing bracket text and choose Edit Field to reopen every setting. Promptinator keeps the shortcode readable underneath.
Click a highlighted resource field, choose a URL, and use Select & preview. The dropdown never changes the prompt by itself.
Choose ¶ Line break in any template editor. Promptinator inserts [P], renders a new line, and sends a newline in the finished prompt. Existing literal <br> text is also recognized safely.
[P]Controls layout only. It is not counted or submitted as a user field.
All three forms create a real dropdown and preselect the value between the tildes.
[D-count-45~30~]Creates 1 through 45. Starts on 30.
[D-count-0..45~30~]Creates 0 through 45. Starts on 30.
[D-percent-0..100:5~30~]Creates 0, 5, 10…100. Starts on 30.
The single E field recognizes a plain email address and defaults its label to Send. An HTTP or HTTPS URL defaults to Submit. The separate data-title form name becomes the email subject or POST _formTitle, while message and every named field carry the completed data. See the complete Endpoint Guide →
document.addEventListener("promptinator:submit", (event) => {
console.log(event.detail.method, event.detail.fields);
// event.preventDefault(); // replace the built-in email or POST action
});