• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Post to Location (Silent Post)

Post to Location (Silent Post) 11 years 10 months ago #24425

  • romg05
  • romg05's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Hello everyone,
I´m working with that RSForm Pro R47 and I love that option idea "Post to Location (Silent Post)" , but I get a big problem that works when My RSForm be inside my machine local, so that local machine site (RSForm) do that Post Silently..., go true a OnLine website.

I backup que website by akeeba, and put just like that Online. The Post don´t go true.., yes Post.., but the File on Online website (one ASP file just to Request treat and redirect..) don´t get!.

If I debug with Response.End I get the response right URL to Post, posting manual works.., so I just remove comments and Response.End and don´t go true. So I backup again, back to my local machine.., working fine!!!! O My God, what that can be?

Following my ASP file code, can some one have an Idea why works LOCAL(post) to ONLINE(request), and don´t work ONLINE(Post) to ONLINE(request)

CODE of ASP:
<%
'posting to acymailing
listnum=("157")
email=Request.Form("email")
name=Request.Form("name")
vendor=Request.Form("vendor")
subject=Request.Form("subject")
seckey=("000000000000000000000")
url=("http://www.MYDOMAIN.com/index.php?option=com_acymailing&ctrl=sub&task=optin&hiddenlists="&lista&"&user[email]="&email&"&user[name]="&name&"&user[vendor]="&vendor&"&user[subject]="&subject&"&seckey="&seckey&"")
 
'Response.Write Request.Form
'Response.Write("<br>")
'Response.Write(url)
'Response.End
 
Response.Redirect(url)
%>

Tanxs
The administrator has disabled public write access.

Post to Location (Silent Post) 11 years 10 months ago #24436

  • romg05
  • romg05's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Another important discovery..., when I disable Silent Post option, that works just fine! With that option enabled don´t work..., can some one pass a PHP code or JS that substitute the ASP code I did?
Or some solution to do that my ASP works with Silent Post enabled.?

Regards
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!