|
|
 |  |
Wierd problem with online signupFrom: Michael S. Kazmier Date: Tuesday, June 4, 2002
Time: 11:28:13 amShawn,
Today we just started getting a weird problem with our online signups. We
have a custom signup procedure that returns customer data to the server
that, up until today, was working perfect. As far as I can tell, nothing in
optigold has changed.
All the data is being stored correctly in optigold, but it is not returning
to the server correctly. We have edited the adddone.txt with following
result to return the data. What is happing is that First Name, Last Name
and Company Name are being returned with
"Exact" "Match" "Approved NA" respectively. Again, this was working until
this morning - thoughts?
<BODY>
<form name="myform" action="https://**************" method="post">
<input type="hidden" name="step" value="3">
<input type="hidden" name="errors" value="">
<input type="hidden" name="total" value="[FMP-Field: cInvoices Total
Output]">
<input type="hidden" name="fname" value="[FMP-Field: gText Temp 2]">
<input type="hidden" name="lname" value="[FMP-Field: gText Temp 3]">
<input type="hidden" name="cname" value="[FMP-Field: gText Temp 4]">
<input type="hidden" name="address" value="[FMP-Field: gText Temp 5]">
<input type="hidden" name="city" value="[FMP-Field: gText Temp 6]">
<input type="hidden" name="state" value="[FMP-Field: gText Temp 7]">
<input type="hidden" name="zip" value="[FMP-Field: gText Temp 8]">
<input type="hidden" name="phone" value="[FMP-Field: gText Temp
9]-[FMP-Field: gText Temp 10]">
<input type="hidden" name="fax" value="[FMP-Field: gText Temp
11]-[FMP-Field: gText Temp 12]">
<input type="hidden" name="email" value="[FMP-Field: gText Temp 44]">
<input type="hidden" name="newsletter" value="[FMP-Field: gText Temp 29]">
<input type="hidden" name="other_info" value="[FMP-Field: gText Temp 30]">
<input type="submit" value="If your browser does not automatically redirect
you, please click here.">
</form>
<SCRIPT LANGUAGE="JavaScript">
document.myform.submit();
</SCRIPT>
---------------------------------------------------
To subscribe, unsubscribe or to search list archive
please visit http://www.optigold.com/lists/isp.html
---------------------------------------------------
|

Return to Digital Point Solutions' Home Page |