Pre-filling questions in packages

NeetoCal allows you to pre-fill questions using URL parameters. It means if you send your clients urls like https://bigbinaryacademy.neetocal.com/package/web-development-package?name=John&[email protected], then when the client clicks on that link, his name and email will be pre-filled. This feature is also called passing variables to the form or passing data to the form.

URL parameters

URL parameters are extra information added to the end of a web address (URL) that helps communicate specific instructions or data to a website. They are typically separated from the base URL by a question mark (?), and multiple parameters are separated by ampersands (&).

For example, in the URL above, name and email are the parameters, and their values are John and [email protected].

For Packages URL parameters are always name and email unlike individual scheduling links where we can have multiple parameters.

To know more about pre-filling questions for individual scheduling links, refer to this article.

  1. Click on the Packages tab.

  2. Click on the package name.

  3. Click on View package page or Buy this package button on the top.

  4. Update the URL by entering a question mark (?), and multiple parameters separated by ampersands (&).

  5. A pre-filled scheduling link is created, which you can copy and share with your clients.