Page 1 of 1

WEB FORM links astguiclient.sf.net/test_VICIDIAL_output.php

PostPosted: Mon Aug 21, 2006 4:41 pm
by Cald
I have no value set on WEB FORM and when on the agent screen I hit 'DIAL NEXT NUMBER' with 'LEAD PREVIEW' checked the Web form button links to:

http://astguiclient.sf.net/test_VICIDIAL_output.php?...

passing all the fields for the current lead as parameters to that page.

I would like the button to remain unclickable how would I do this?

Thanks!

PostPosted: Mon Aug 21, 2006 4:58 pm
by mflorell
That is the default test value for that field.

To make it go nowhere you could just type XXXX into the web form address field.

To make it "Unclickable" you would have to edit the code of the vicidial.php page to take out the <a href for that span in every function that modifies it.