top of page
appartment-photo

Passing DoorVision infos to a Lead Form

To automatically include information from DoorVision in your website’s lead form, your site needs a small client-side script.

The script should:
 

  1. Read the URL parameters doorName and url from the page URL

    For example:

    https://yourdomain.com/lead-form?doorName=Modern+Oak&url=https%3a%2f%2fyourdomain.door-vision.com%2f%3fd%3dmodernoak_d%26s%3dUSER_y3o4nR
     

  2. Assign these values to the corresponding input fields in your lead form (e.g., “Selected Door” and “Visualization URL”).
     

  3. (Optional) Make the fields read-only to prevent users from editing the prefilled data.
     

This logic can be implemented with any standard web technology (such as JavaScript) and adapted to any website platform or form system.
Example result for Field Values:

Selected Door: Modern Oak
Visualization URL: https://yourdomain.door-vision.com/?d=modernoak_d&s=USER_y3o4nR


bottom of page