hi, im tring to integrate chronoform and acymailing (in localhost)
i used this guide
http://www.acyba.com/en/support/documentation/107-acymailing-chronoform.html#chronoformv4
but it doesnt work in my case
i set the target url localhost/myjoomlasite/
i used this guide
http://www.acyba.com/en/support/documentation/107-acymailing-chronoform.html#chronoformv4
but it doesnt work in my case
i set the target url localhost/myjoomlasite/
Hi alfredopacino,
That's an ACYMailing FAQ - what do they suggest?
Have you seen this FAQ?
What exactly doesn't work?
Bob
That's an ACYMailing FAQ - what do they suggest?
Have you seen this FAQ?
What exactly doesn't work?
Bob
my action on submit:
-CURL
target url:
params:
-another action just for a thanks message
should i add some more for a working acymailing subscription?
i dont get this "All submitted data should be in utf-8 and url-encoded (using the php function urlencode() for example)."
http://www.acyba.com/en/support/documentation/106-acymailing-subscription-url.html
where should i use urlencode()?
-CURL
target url:
localhost/myjoomlasite
params:
user[name]=nome
user[email]=email
ctrl=sub
tast=optin
option=com_acymailing
hiddenlists=1
-another action just for a thanks message
should i add some more for a working acymailing subscription?
i dont get this "All submitted data should be in utf-8 and url-encoded (using the php function urlencode() for example)."
http://www.acyba.com/en/support/documentation/106-acymailing-subscription-url.html
where should i use urlencode()?
Hi alfredopacino,
Have you looked at the ChronoForms FAQ that I linked to?
Bob
Have you looked at the ChronoForms FAQ that I linked to?
Bob
yep i read the faq.
here the debugger response:
in "response:" value i get the entire page of my website with this message:
here the debugger response:
Debug Data
cURL [GH]
cURL OK : the cURL function was found on this server.
cURL Target URL: http://localhost/luxor/
Names + values (urldecoded)
user[name] : alfredopacino
user[email] : curl@curl.it
ctrl : sub
tast : optin
option : com_acymailing
hiddenlists : 1
subscription : 1
cURL Values: user[name]=alfredopacino&user[email]=curl@curl.it&ctrl=sub&tast=optin&option=com_acymailing&hiddenlists=1&subscription=1
cURL:Resource id #100
cURL info: Array ( [url] => http://localhost/luxor/ [content_type] => text/html; charset=utf-8 [http_code] => 200 [header_size] => 385 [request_size] => 245 [filetime] => -1 [ssl_verify_result] => 0 [redirect_count] => 0 [total_time] => 1.685 [namelookup_time] => 0 [connect_time] => 0.015 [pretransfer_time] => 0.015 [size_upload] => 120 [size_download] => 29758 [speed_download] => 17660 [speed_upload] => 71 [download_content_length] => -1 [upload_content_length] => 120 [starttransfer_time] => 1.669 [redirect_time] => 0 [certinfo] => Array ( ) [primary_ip] => ::1 [primary_port] => 80 [local_ip] => ::1 [local_port] => 49946 [redirect_url] => )
Response:
in "response:" value i get the entire page of my website with this message:
"You shouldn't see this page. If you come from an external subscription form, maybe the URL in the form action is not valid.
Host: localhost
URI: /luxor/"
Hi alfredopacino,
Please try making the Target URL http://localhost/luxor/index.php (assuming that your site in in the luxor sub-folder.
Bob
Please try making the Target URL http://localhost/luxor/index.php (assuming that your site in in the luxor sub-folder.
Bob
did you read my pm?🙂
This topic is locked and no more replies can be posted.