Questions tagged [getresponse]
139 questions
-1
votes
0 answers
How open an URL then login, then getresponse
I have supplyers website where you need to login to get access to prices. (most of them of course)
I know how to get a response from a "standard" website (below)
With objwsh
.Open "GET", Url, True
.send
…
-1
votes
1 answer
GetResponse API v3: GET /contacts does not return all contacts
Although adding contacts via the API (POST /contacts) works fine, i don't get all active Contacts using GET /contacts (see https://apidocs.getresponse.com/v3/resources/contacts).
public function getContacts()
{
return $this->get('contacts', [
…

Fred 2019
- 1
- 3
-1
votes
2 answers
Call/Execute JQuery function after successful form submission
I'm using GetResponse web form and I need to popup a fancybox window after successful form submission?
Here is code segment of GetResponse web form
-1
votes
1 answer
unable to get html source from url
I have read most of the answers with my question. But I get nothing from this url. Well, actually I'm getting " "
This is the url:
http://www.casadellibro.com/busqueda-generica?busqueda=9783126759120&nivel=5&auto=0&maxresultados=-1
My…

Noarge
- 1