Posting Form Data locally and posting to Verisign

G

Guest

Is there a way (without a shopping cart) to collect and post data to Verisign
but also store a copy of the collected data locally?

The code below shows a simple form for collecting an amount and a name and
posting/forwarding to Verisign's site for payment. But currently I cannot
figure out how to keep a copy of the data myself. Email, TXT or DB file...
any method will work for me.


<form method="POST"
action="https://payments.verisign.com/payflowlink" name="FrontPage_Form1">
<input type="hidden" name="LOGIN" value="login-name-here">
<input type="hidden" name="PARTNER" value="partner-name-here">
<font face="Arial">Amount:<br>
<!--webbot bot="Validation" S-Data-Type="Number" S-Number-Separators=",." -->
<input type="text" name="AMOUNT" value="" size="13"><br>Name:<br>
<input type="text" name="NAME" value="" size="32"></font> <input
type="hidden" name="TYPE" value="type-here"><p>
<input type="submit" value="Submit"><br> </p>
</form>

Thanks

Don
 
T

Tom [Pepper] Willett

I would think Verisign doesn't want you collecting their data, especially in
a non-secure environment. But, you could ask them.
--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
| Is there a way (without a shopping cart) to collect and post data to
Verisign
| but also store a copy of the collected data locally?
|
| The code below shows a simple form for collecting an amount and a name and
| posting/forwarding to Verisign's site for payment. But currently I cannot
| figure out how to keep a copy of the data myself. Email, TXT or DB
file...
| any method will work for me.
|
|
| <form method="POST"
| action="https://payments.verisign.com/payflowlink" name="FrontPage_Form1">
| <input type="hidden" name="LOGIN" value="login-name-here">
| <input type="hidden" name="PARTNER" value="partner-name-here">
| <font face="Arial">Amount:<br>
| <!--webbot bot="Validation" S-Data-Type="Number"
S-Number-Separators=",." -->
| <input type="text" name="AMOUNT" value="" size="13"><br>Name:<br>
| <input type="text" name="NAME" value="" size="32"></font> <input
| type="hidden" name="TYPE" value="type-here"><p>
| <input type="submit" value="Submit"><br> </p>
| </form>
|
| Thanks
|
| Don
 
G

Guest

I'm only collecting an Amount, how many items and a Name, nothing personal.
The CC info and other personal info ONLY collected by Versign while the
client is at their secure site.

Thanks

Don
 
T

Thomas A. Rowe

If you don't use a shopping cart application, then you will need to learn to write custom
server-side script to process order thru Versign, then return to your site to capture the order
detail and store in a database and/or send an email, etc.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

JustBkuzz said:
I'm only collecting an Amount, how many items and a Name, nothing personal.
The CC info and other personal info ONLY collected by Versign while the
client is at their secure site.

Thanks

Don

Tom [Pepper] Willett said:
I would think Verisign doesn't want you collecting their data, especially in
a non-secure environment. But, you could ask them.
--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
| Is there a way (without a shopping cart) to collect and post data to
Verisign
| but also store a copy of the collected data locally?
|
| The code below shows a simple form for collecting an amount and a name and
| posting/forwarding to Verisign's site for payment. But currently I cannot
| figure out how to keep a copy of the data myself. Email, TXT or DB
file...
| any method will work for me.
|
|
| <form method="POST"
| action="https://payments.verisign.com/payflowlink" name="FrontPage_Form1">
| <input type="hidden" name="LOGIN" value="login-name-here">
| <input type="hidden" name="PARTNER" value="partner-name-here">
| <font face="Arial">Amount:<br>
| <!--webbot bot="Validation" S-Data-Type="Number"
S-Number-Separators=",." -->
| <input type="text" name="AMOUNT" value="" size="13"><br>Name:<br>
| <input type="text" name="NAME" value="" size="32"></font> <input
| type="hidden" name="TYPE" value="type-here"><p>
| <input type="submit" value="Submit"><br> </p>
| </form>
|
| Thanks
|
| Don
 
G

Guest

Thomas.

I've read up and then programmed everything in regards to posting to
Verisign and setup Verisign to do a Silent Post URL back to a web page on my
site. I setup an .asp page with all the fields that Verisign will post back
to. Everything is working up to the point my page receives the Silent Post.
I guess I'm missing something on how my page needs to be setup to accept the
Silent Post. I thought it would be a simple form with all the correct field
names set to send to a DB. Is there some additional scripting that needs to
be included on the page? Nothing specific noted about the exact script
needed in Verisign's User Manual.

Thank you for previously pointing me in the right direction, I'm almost
there now.

Don



Thomas A. Rowe said:
If you don't use a shopping cart application, then you will need to learn to write custom
server-side script to process order thru Versign, then return to your site to capture the order
detail and store in a database and/or send an email, etc.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

JustBkuzz said:
I'm only collecting an Amount, how many items and a Name, nothing personal.
The CC info and other personal info ONLY collected by Versign while the
client is at their secure site.

Thanks

Don

Tom [Pepper] Willett said:
I would think Verisign doesn't want you collecting their data, especially in
a non-secure environment. But, you could ask them.
--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
| Is there a way (without a shopping cart) to collect and post data to
Verisign
| but also store a copy of the collected data locally?
|
| The code below shows a simple form for collecting an amount and a name and
| posting/forwarding to Verisign's site for payment. But currently I cannot
| figure out how to keep a copy of the data myself. Email, TXT or DB
file...
| any method will work for me.
|
|
| <form method="POST"
| action="https://payments.verisign.com/payflowlink" name="FrontPage_Form1">
| <input type="hidden" name="LOGIN" value="login-name-here">
| <input type="hidden" name="PARTNER" value="partner-name-here">
| <font face="Arial">Amount:<br>
| <!--webbot bot="Validation" S-Data-Type="Number"
S-Number-Separators=",." -->
| <input type="text" name="AMOUNT" value="" size="13"><br>Name:<br>
| <input type="text" name="NAME" value="" size="32"></font> <input
| type="hidden" name="TYPE" value="type-here"><p>
| <input type="submit" value="Submit"><br> </p>
| </form>
|
| Thanks
|
| Don
 
T

Thomas A. Rowe

You have to contact PayPal (They purchased Versign's PayFlow ) for help on that issue.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

JustBkuzz said:
Thomas.

I've read up and then programmed everything in regards to posting to
Verisign and setup Verisign to do a Silent Post URL back to a web page on my
site. I setup an .asp page with all the fields that Verisign will post back
to. Everything is working up to the point my page receives the Silent Post.
I guess I'm missing something on how my page needs to be setup to accept the
Silent Post. I thought it would be a simple form with all the correct field
names set to send to a DB. Is there some additional scripting that needs to
be included on the page? Nothing specific noted about the exact script
needed in Verisign's User Manual.

Thank you for previously pointing me in the right direction, I'm almost
there now.

Don



Thomas A. Rowe said:
If you don't use a shopping cart application, then you will need to learn to write custom
server-side script to process order thru Versign, then return to your site to capture the order
detail and store in a database and/or send an email, etc.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

JustBkuzz said:
I'm only collecting an Amount, how many items and a Name, nothing personal.
The CC info and other personal info ONLY collected by Versign while the
client is at their secure site.

Thanks

Don

:

I would think Verisign doesn't want you collecting their data, especially in
a non-secure environment. But, you could ask them.
--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
| Is there a way (without a shopping cart) to collect and post data to
Verisign
| but also store a copy of the collected data locally?
|
| The code below shows a simple form for collecting an amount and a name and
| posting/forwarding to Verisign's site for payment. But currently I cannot
| figure out how to keep a copy of the data myself. Email, TXT or DB
file...
| any method will work for me.
|
|
| <form method="POST"
| action="https://payments.verisign.com/payflowlink" name="FrontPage_Form1">
| <input type="hidden" name="LOGIN" value="login-name-here">
| <input type="hidden" name="PARTNER" value="partner-name-here">
| <font face="Arial">Amount:<br>
| <!--webbot bot="Validation" S-Data-Type="Number"
S-Number-Separators=",." -->
| <input type="text" name="AMOUNT" value="" size="13"><br>Name:<br>
| <input type="text" name="NAME" value="" size="32"></font> <input
| type="hidden" name="TYPE" value="type-here"><p>
| <input type="submit" value="Submit"><br> </p>
| </form>
|
| Thanks
|
| Don
 
S

Stefan B Rusynko

Use the same method (chained forms) as here
http://support.microsoft.com/default.aspx?scid=kb;en-us;275251
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Is there a way (without a shopping cart) to collect and post data to Verisign
| but also store a copy of the collected data locally?
|
| The code below shows a simple form for collecting an amount and a name and
| posting/forwarding to Verisign's site for payment. But currently I cannot
| figure out how to keep a copy of the data myself. Email, TXT or DB file...
| any method will work for me.
|
|
| <form method="POST"
| action="https://payments.verisign.com/payflowlink" name="FrontPage_Form1">
| <input type="hidden" name="LOGIN" value="login-name-here">
| <input type="hidden" name="PARTNER" value="partner-name-here">
| <font face="Arial">Amount:<br>
| <!--webbot bot="Validation" S-Data-Type="Number" S-Number-Separators=",." -->
| <input type="text" name="AMOUNT" value="" size="13"><br>Name:<br>
| <input type="text" name="NAME" value="" size="32"></font> <input
| type="hidden" name="TYPE" value="type-here"><p>
| <input type="submit" value="Submit"><br> </p>
| </form>
|
| Thanks
|
| Don
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top