Page 1 of 1

Web form submit

PostPosted: Fri Jul 17, 2009 9:47 am
by lmora
Hi everybody

I got a simple question, currenty I'm using successfully a custom web form which is launched from vicidial.php however I'd also like to send the disposition picked up and store it into my CRM database.

I know there is a 'Web Form Submit' link in the disposition screen but I haven't found how to configure it in admin.php also I don't have clear how to handle differently these two different ways of calling the web form.

I'd appreciate your help

PostPosted: Fri Jul 17, 2009 6:08 pm
by mflorell
There really isn't any difference between the two methods.

I did just fix a bug related to this in SVN (both trunk and branch 2.0.5) so that the standard web form will have dispo='' and the web form submit will have the selected value, so if you use the updated code you can set your web form script that you have written to take the empty value for dispo and do something different than when there is a filled-in value for it.