system
Web form
A button on the agent screen that opens an outside web page in a new window, passing lead fields in the URL so an external system can show or update that record.
A web form in VICIdial is a button on the agent screen that opens an outside web page in a new window. The clever part is what travels with it: the current Lead fields get packed into the URL (in VICIdial), so the page that opens already knows which person the agent is talking to.
You set the target address in the campaign or Ingroup settings, using placeholders like the phone number, first name, or any Custom field you have defined. When the agent clicks Web Form, VICIdial swaps the placeholders for real values and hands the finished link to the browser. It is the simplest bridge to an external Customer Relationship Management (CRM) screen without writing any API code.
Most teams point a web form at their own CRM record for the caller, an order page, or a survey. Because everything rides in the URL, the receiving page can be as plain or as fancy as you like — it just reads the query string. There can be more than one web-form button, so you can offer the agent a couple of different external pages from the same screen.
Two cautions. Sensitive values sitting in a URL can show up in browser history and server logs, so avoid passing anything you would not want stored in plain text. And a web form only shows or feeds an outside page — it does not, on its own, write the result back into VICIdial. If you need the outcome reflected on the dialer, pair the page with a Disposition the agent still sets, or wire the outside system to call back in. Many shops mention the web form inside the Agent script so agents know when to click it.
Related terms
Agent script
An agent script is the on-screen text and talking points VICIdial shows the agent during a call, often filled in with live lead details.
CRM
A CRM (customer relationship management system) stores your contact and deal records; VICIdial can hand calls to it or pull data from it through links and the API.
Custom field
An extra data column you add to a VICIdial list to store your own information beyond the standard name and phone fields.
Disposition
A disposition is the short code an agent sets at the end of a call to record what happened — sale, no answer, callback, not interested, and so on.
Lead
A single contact record in VICIdial holding a phone number plus fields like name and address, the basic unit your campaigns dial.
URL (in VICIdial)
A web address VICIdial can open automatically during a call, usually to pop a customer record or pass data to an outside system.