Query strings are used to pass specific values into a web form via a URL. In EazyWeb, this means you can prefill fields such as payment amount or collection date before your customer accesses the registration page.
๐Note: Always replace placeholder values (yourClientID, yourScheduleId) with your actual data.
๐Note: Double-check the generated link to ensure all parameters are correct and relevant.
๐Note: If you need additional guidance using this feature, please contact our Access Digital Assistant for support. If the assistant can't resolve your query, you're connected to a support agent for further investigation.
How to use Copilot/AI to Add Query Strings to Your Eazyweb Link:
Prepare Your Registration Link
Start with your base Eazyweb registration URL. Example:https://ecm3.eazycollect.co.uk/Pages/Registration.aspx?.Client=yourClientID&.Schedules=yourScheduleId
Replace
yourClientID
andyourScheduleId
with your actual values.Locate the Query String Reference PDF
Ensure you have the PDF that lists all available query string parameters. This helps you decide which fields you want to prefill.Open Copilot via the Access Button
Click on the Access Button
Select Copilot
Click New Topic
Use the upload icon to attach the query string PDF
Enter Your Prompt
Use a prompt similar to the one below to instruct Copilot to generate a full URL with query strings:This is the definition for query strings. Can you create a URL starting with https://ecm3.eazycollect.co.uk/Pages/Registration.aspx?.Client=yourClientID&.Schedules=yourScheduleId that has a regular amount of 30.00, a payment date of 15th of the month?
Review the Generated Link
Copilot returns a full URL with the appropriate query string parameters added. You can now send this link to your customer.