Google voice
Posted on
16th Feb 2014 07:03 pm by
admin
I currently have a form in html, but I want it in php so the information is not in the source code.
It all works and when you put in the name and number it will call. When you push the call button it goes to a google page that say "ok=true" or "ok=false". Is there a way to make it so that it just stays on the same page that the form is on?
Did you know?Explore Trending and Topic pages for more stories like this.
Here is the code.
Code: [Select]<form action="https://clients4.google.com/voice/embed/webButtonConnect" method="post">
<input type="hidden" name="buttonId" id="buttonId" value="000000000000000000" />
<input type="hidden" name="showCallerNumber" id="showCallerNumber" value="1" />
<p>
<label>Name
<input type="text" name="name" id="name" />
</label>
</p>
<p>
<label>Number
<input type="text" name="callerNumber" id="callerNumber" />
</label>
</p>
<p>
<label>
<input type="submit" name="button" id="button" value="Call Nayliner" />
</label>
</p>
</form>
This current code will always produce false because I blanked the id value
No comments posted yet
Your Answer:
Login to answer
131
44
Other forums
array ...
hi
Code: function formatCategories($categories, $parentId)
{
// $navCat stores all child
problem with GROUP BY and ORDER BY
i usually use this query to display the last 10 entries from a sql table:
Code: $query = &quo
connect() succeeds but accept() does not?
Please help me with this problem. I'm working on a time-sensitive project where I'm using TCP socket
gmmktime or mktime
I live in the UK, i am within the GMT (with daylight saving time ie 1 hour difrence between summer a
FILTER_CALLBACK -- Files?
Hi All,
I'm using the php filter functions to validate my form data. For custom filters, I'm
import table with dependency
Hi
What is the best way to import table back which has dependency?
SQL> cre
Parse Error
Hi Guys,
I have a function in my class which returns a string link variable. The problem is i
Renaming a file that a user uploads to site?
My site allows for registered users to upload images to the site under their own gallery. Currently
$_GET problem
Hi all,
Have a bit of a problem with a little piece of code, I am not sure if this should be
tag inside php... hi
Code: <?php echo "<td width="$columnWidth%" align=&
|