Skip to content

Commit

Permalink
docs: update guide multiple pages form
Browse files Browse the repository at this point in the history
  • Loading branch information
tienthanh214 committed May 12, 2024
1 parent d29e3c8 commit 7ff9964
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ Each of the input elements which we need to fill data has format: ```name = "ent

Try to fill each input box to know its id

***Note***: if the form requires email, please add the `emailAddress` field
***Note***:
- If the form requires email, please add the `emailAddress` field
- For multiple pages form, please add the `pageHistory` field with a comma-separated list of page numbers (starting from 0) if the form has multiple pages. For example, a 4-page form would have `"pageHistory": "0,1,2,3"`

## Write the Python script

Expand Down

0 comments on commit 7ff9964

Please sign in to comment.