Routing
form_create
Matched route
Route Parameters
| Name | Value |
|---|---|
| frame | "main" |
| uuid | "1ed028ff-62bd-6514-9a10-4d4bd3b79649" |
Route Matching Logs
Path to match:
/form/create/1ed028ff-62bd-6514-9a10-4d4bd3b79649/main
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | index_by_campaign | / | Path does not match |
| 3 | form_lead_edit_annex_fields | /form-lead/{id}/edit-annex-fields | Path does not match |
| 4 | form_create | /form/create/{uuid}/{frame} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.