Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit fa9ff81

Browse files
committed
update guide with correct images
1 parent 8ed23bf commit fa9ff81

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/guides/nodejs/survey-application.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,9 @@ nitric start
278278

279279
### Submit a Survey
280280

281-
Use the dashboard to submit your survey data -
281+
Use the Nitric dashboard to submit your survey data. In the path parameter, enter the formId you want to submit to (either "feedback" or "rsvp"). Then provide the survey data in the request body as JSON.
282282

283-
Form ID: feedback
283+
Form ID: `feedback`
284284

285285
```json
286286
{
@@ -290,7 +290,7 @@ Form ID: feedback
290290
}
291291
```
292292

293-
Form ID: rsvp
293+
Form ID: `rsvp`
294294

295295
```json
296296
{
@@ -305,8 +305,8 @@ Form ID: rsvp
305305
You should see messages in your console for PDF generation and delivery.
306306

307307
```bash
308-
Delivering receipt for submission: rsvp-1744131025791
309-
Receipt stored for rsvp-1744131025791
308+
Delivering receipt for submission: rsvp-1746667675671
309+
Receipt stored for rsvp-1746667675671
310310
```
311311

312312
### Get a Receipt
-44 KB
Loading
-43.3 KB
Loading
-56.8 KB
Loading

0 commit comments

Comments
 (0)