Vicidial WEBFORM and Vtiger
Posted: Fri Oct 09, 2009 1:20 pm
Hi Everyone.
So today i have some trouble setting webforms. i would like the button to redirect my agent into his Vtiger account (especially into the contact acoount corresponding to the call in progress) without needing a second authentification and contact research(Hope i am clear enough). what i did is in my campaign admin screen
Set the web from to:
i picked and adapted this from http://www.vicidial.org/VICIDIALforum/viewtopic.php?t=302&highlight=vtiger+integration+autologin
Once in the agent interface, i click on webform and i get Vtiger login page
with this:
user name= $VD_login
password= ********* ($VD_pass i suppose)
I've tried a lot of solution (and some odds one). please help!!!!!!!!
So today i have some trouble setting webforms. i would like the button to redirect my agent into his Vtiger account (especially into the contact acoount corresponding to the call in progress) without needing a second authentification and contact research(Hope i am clear enough). what i did is in my campaign admin screen
Set the web from to:
- Code: Select all
/vtigercrm?action=Authenticate&module=Users&return_module=Users&return_action=Login&user_name=$VD_login&user_password=$VD_pass&login_language=fr_fr&forward_module=Contacts&forward_action=index&record=1
i picked and adapted this from http://www.vicidial.org/VICIDIALforum/viewtopic.php?t=302&highlight=vtiger+integration+autologin
Once in the agent interface, i click on webform and i get Vtiger login page
with this:
user name= $VD_login
password= ********* ($VD_pass i suppose)
I've tried a lot of solution (and some odds one). please help!!!!!!!!