Page 1 of 1

Webform post issues

PostPosted: Fri Jan 17, 2020 11:53 am
by wjohnson133
I am trying to post exclusively from the website address saved in the database so in this case the variable is
--A--OpportunityNotes--B-- which contains the entire address. What is happening is that it is coming up with the vicidial address first and then it appends the url address at the end in unicode.

Does anybody know how I can open the pages based on the entire address being in a field?

Re: Webform post issues

PostPosted: Sun Feb 09, 2020 9:54 am
by williamconley
Simplest method is to put that in a Script. Inside a script you can have full html, incuding the building of a link or even a button. Alternately, if you must use the Web Form button on the agent screen: You can post to a PHP page on the Vicidial server and pass the URL to that page, and then have that page RE-Post to another page via javascript. The PHP page could even gather more information from the DB and/or anywhere on the internet. It can even log the occurrence, for instance to create an entry in a table for later checking to see if you got paid on this deal at some point. Tracking leads ... :)