30 days free. No credit card. Full access from the moment you connect your site.

Start free trial

Get Elementor Pro Form Submission

elementor/get-form-submission reads one Elementor Pro Form submission by ID, with the field values behind an explicit flag.

Requires Elementor Pro. Without it the ability reports that plainly rather than failing obscurely.

At a glance

Abilityelementor/get-form-submission
ToolsetElementor — toolset/elementor
GroupElementor › Form Submissions
RequiresElementor, active on the site
Capabilitymanage_options
SafetyRead-only — changes nothing
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI Abilities Manager 0.0.34 and later

How it works

The same separation as the listing, for the same reason: the metadata answers whether and when, the values are personal data.

Reading one submission is the usual response to a specific question — somebody says they submitted a form and heard nothing, and the question is whether the submission exists at all. That is answerable from the metadata alone.

When the values are genuinely needed — responding to the enquiry, handling a data subject request — the flag is there and the disclosure is deliberate.

Submissions are immutable. There is no edit, which is correct: a record of what somebody submitted should not be editable after the fact.

Read-only.

Input

NameTypeRequiredWhat it is
submission_idintegerYesThe submission ID.
include_valuesbooleanNo — defaults to falseInclude the submitted field values. Personal data.

What comes back

NameTypeWhat it is
submissionobjectThe submission, with values only when requested.
successbooleanWhether the call completed.
messagestringA one-line summary of what happened, suitable for showing a human.
error_codestringPresent only on failure — a stable machine-readable reason, such as a missing field, a wrong field type or an unmet confirmation.

Example

Ask your assistant:

Did submission 8801 actually arrive?

It resolves to one call:

{
  "ability": "elementor/get-form-submission",
  "parameters": {
    "submission_id": 8801
  }
}

Worth knowing

  • Metadata answers “did it arrive” without disclosing anything.
  • Values are personal data and opt-in.
  • Submissions cannot be edited, by design.
  • Requires Elementor Pro.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading