Adding Link to Click To Talk Form

⌘K
  1. Home
  2. Programmable Voice
  3. Configuration
  4. Adding Link to Click To Talk Form

Adding Link to Click To Talk Form

You can add a link to Inventive Labs’ Click To Talk form by adding a link to http://inventivevoice.com/ClickToTalk/FrontEnd.aspx?account= with the account number that was given to the client.

The HTML code would look like this:

<a href=”http://inventivevoice.com/ClickToTalk/FrontEnd.aspx?account=100“>Click Here</a>.

Additionally, you could add some JavaScript to the link that would allow it to open in a popup:

<a href=”#” onclick=”javascript:window.open(‘http://www.inventivevoice.com/ClickToTalk/FrontEnd.aspx?account=100′,’ClickToTalk’,’height=300,width=440, resizable=1′);”>Click Here</a>.

However, there are some issues with creating the link this way. If the client has javascript disabled the link would not work correctly.

For more information about Click to Talk, see:

What’s Needed to Set Up a Click To Talk Account

Creating Your Own Customer Form

Was this article helpful to you? No Yes 13

How can we help?