A – Text Input (Multiline)
Use A
to create a large textarea pre-filled with default content. It’s great for open-ended entries like stories, descriptions, or product details.
Example:
A prompt like:
Write about [A-story_title-~Magical Night Adventure~].
…will render a text area labeled “Story Title” with “Magical Night Adventure” already filled in. The user can type freely before clicking Done to close the box (or just tap away to auto-save).
B – Radio Buttons
Use B
when you want users to pick one from a list of options.
Example:
Choose your tone: [B-tone-|Formal|Casual|Energetic|~Energetic~]
This will show three radio buttons with “Energetic” selected by default.
C – Checkbox Group
The C
token renders a group of checkboxes for multiple selections.
Example:
What topics should we include? [C-topics-|SEO|PPC|Email Marketing|Social Media|~Email Marketing~]
Users can select as many options as they want, with “Email Marketing” pre-selected. They must click Done to save their selections.
D – Dropdown Menus
You can use D
in two ways:
1. Numeric Dropdown
[D-keyword_count-15~5~]
Creates a dropdown from 1 to 15, with 5 as the default.
2. Text Options
[D-package-|Basic|Pro|Enterprise|~Pro~]
Shows a dropdown with three options and selects “Pro” by default.
E – Submission Buttons (Send / Submit)
The E
token is where Promptinator becomes a form engine. It can render either a Send or Submit button based on the target:
Email Button
If the default value is an email address (e.g. you@example.com
), the token renders a Send button. Clicking it opens the user’s mail client with a pre-filled message that includes all your prompt values in clean, readable format.
Form Submission
If the default value is a URL (e.g. https://yoursite.com/submit.php
), the token becomes a Submit button that posts all prompt data to your server. The prompt’s name is also included as a hidden _formTitle
field for display on the thank-you page.
Example Usage:
[E-Feedback Form-~you@example.com~]
[E-Feedback Form-~you@example.com~]or
[E-Contact Us-https://yoursite.com/submit.php~]
[E-Submit Form Button-~https://rfsafe.com/submit-feedback.php~]
Promptinator auto-detects whether to render Send or Submit.
I – URL Picker + Live Preview
Use I
when you want users to choose a reference site, document, or embedded preview.
Example:
[I-reference_site-|https://en.wikipedia.org/wiki/AI|https://www.gutenberg.org/|~Pick a site~]
Users select a URL from the dropdown, and the site is displayed in a live preview pane below.
Leave a Reply